Unverified Commit 0aafcd61 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #275026 from bew/patch-1

dual-function-keys: 1.4.0 -> 1.5.0
parents 73652eca 066e25ae
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 ];