wl-kbptr: 0.2.1 -> 0.2.3 (#353907)

This commit is contained in:
jopejoe1 2024-11-06 19:47:19 +01:00 committed by GitHub
commit d3bb85e0ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
}:
let
pname = "wl-kbptr";
version = "0.2.1";
version = "0.2.3";
in
stdenv.mkDerivation {
inherit pname version;
@ -22,7 +22,7 @@ stdenv.mkDerivation {
owner = "moverest";
repo = "wl-kbptr";
rev = "refs/tags/v${version}";
hash = "sha256-bA4PbWJNM4qWDF5KfNEgeQ5Z/r/Aw3wL8YUMSnzUo0w=";
hash = "sha256-4OWy5Q+NSKgzDn12aflZ+YAfacLeOTIhOojiJ2WiqQg=";
};
depsBuildBuild = [ pkg-config ];