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

labwc: 0.7.1 -> 0.7.2
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-05-11 03:35:01 +00:00
committed by GitHub
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "labwc";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "labwc";
repo = "labwc";
rev = finalAttrs.version;
hash = "sha256-6l+pYEMFQT8P0j40IcujSzlKgXzR5GIyuxkAJi65RiY=";
hash = "sha256-8TSBBNg9+W65vEKmwyAWB2yEOpHqV9YRm5+ttL19ke4=";
};
outputs = [ "out" "man" ];