Merge pull request #326719 from r-ryantm/auto-update/labwc

labwc: 0.7.2 -> 0.7.3
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-07-13 17:28:27 +00:00 committed by GitHub
commit d53c5937fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "labwc";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = "labwc";
repo = "labwc";
rev = finalAttrs.version;
hash = "sha256-8TSBBNg9+W65vEKmwyAWB2yEOpHqV9YRm5+ttL19ke4=";
hash = "sha256-k31PgRI78hWBCjACTsXdpv/owCwO2gT+j9qj4ncYS38=";
};
outputs = [ "out" "man" ];