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

labwc: 0.7.3 -> 0.7.4
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-07-22 16:43:58 +00:00 committed by GitHub
commit f0ecbef9af
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.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "labwc";
repo = "labwc";
rev = finalAttrs.version;
hash = "sha256-k31PgRI78hWBCjACTsXdpv/owCwO2gT+j9qj4ncYS38=";
hash = "sha256-7MH1mMfyMkaTVwEBJWvI1Lt3M6kosXOwkowuBTZej3c=";
};
outputs = [ "out" "man" ];