Unverified Commit 01856f87 authored by luftmensch-luftmensch's avatar luftmensch-luftmensch
Browse files

wl-kbptr: 0.2.1 -> 0.2.3

parent b313405a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];