labwc: 0.8.2 -> 0.8.3 (#384109)

This commit is contained in:
Wolfgang Walther 2025-02-25 20:56:46 +01:00 committed by GitHub
commit 62b32a63f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,13 +29,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "labwc";
version = "0.8.2";
version = "0.8.3";
src = fetchFromGitHub {
owner = "labwc";
repo = "labwc";
tag = finalAttrs.version;
hash = "sha256-dveV+3Rw9BMzevyIKzde98TsHsAJrQGAcvmc74nZTsg=";
hash = "sha256-iOSPvg737YCtKFHHZy56N+JYqcyfUIguSZ3QQ0keb/E=";
};
outputs = [