Unverified Commit 4335045b authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

Merge pull request #289601 from r-ryantm/auto-update/door-knocker

door-knocker: 0.4.3 -> 0.4.4
parents 1d70fff2 5486165e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "door-knocker";
  version = "0.4.3";
  version = "0.4.4";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "tytan652";
    repo = "door-knocker";
    rev = finalAttrs.version;
    hash = "sha256-/C5dNoEAKf0kok+L6/GaA02yrc8e1PUwK9HYaOwjqIM=";
    hash = "sha256-pC/Fv+GzHw0PTzJoDAUK/EzVVWXha2cflAqiznM9ZYM=";
  };

  nativeBuildInputs = [