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

door-knocker: 0.4.3 -> 0.4.4
This commit is contained in:
Guillaume Girol 2024-02-17 23:50:20 +01:00 committed by GitHub
commit 4335045ba2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [