labwc: 0.7.1 -> 0.7.2

This commit is contained in:
R. Ryantm 2024-05-11 01:13:10 +00:00
parent 0c9055e823
commit 0c555b8e68

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" ];