Unverified Commit b307659e authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

deltatouch: 1.10.2 -> 1.14.3 (#397237)

parents 4fe0e689 f1b4c908
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "deltatouch";
  version = "1.10.2";
  version = "1.14.3";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "lk108";
    repo = "deltatouch";
    rev = "v${finalAttrs.version}";
    hash = "sha256-QcrBo7lrMYkOZGSyS5fLAwNxZwKFrylU5P5my2Jl93k=";
    hash = "sha256-vumMAMm9+dKlmi5a6ehIDePpQKkco/smYSM1K/QiXu4=";
  };

  nativeBuildInputs = [