wl-kbptr: 0.4.0 -> 0.4.1 (#476194)

This commit is contained in:
Michael Daniels
2026-01-04 16:23:37 +00:00
committed by GitHub
+2 -2
View File
@@ -16,7 +16,7 @@
}:
let
pname = "wl-kbptr";
version = "0.4.0";
version = "0.4.1";
in
stdenv.mkDerivation {
inherit pname version;
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
owner = "moverest";
repo = "wl-kbptr";
tag = "v${version}";
hash = "sha256-4ZxiRlIcVpYT9AzMguqzuZ5p7lZbH/m7ZX839tsCgMU=";
hash = "sha256-Z0ECLxkJChGe2ggwFRuKJj+J6+KcTAlZclqdvBzZDzs=";
};
depsBuildBuild = [ pkg-config ];