Unverified Commit 066e25ae authored by Benoit de Chezelles's avatar Benoit de Chezelles Committed by GitHub
Browse files

dual-function-keys: 1.4.0 -> 1.5.0

parent 6e3af659
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
  pname = "dual-function-keys";
  version = "1.4.0";
  version = "1.5.0";

  src = fetchFromGitLab {
    group = "interception";
    owner = "linux/plugins";
    repo = pname;
    rev = version;
    sha256 = "sha256-xlplbkeptXMBlRnSsc5NgGJfT8aoZxTRgTwTOd7aiWg=";
    hash = "sha256-m/oEczUNKqj0gs/zMOIBxoQaffNg+YyPINMXArkATJ4=";
  };

  nativeBuildInputs = [ pkg-config ];