wl-kbptr: 0.4.0 -> 0.4.1

This commit is contained in:
luftmensch-luftmensch
2026-01-02 11:18:06 +01:00
parent 4dc4237f8d
commit cb48e446cf
+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 ];