door-knocker: 0.8.0 -> 0.9.0

Diff: https://codeberg.org/tytan652/door-knocker/compare/0.8.0...0.9.0
This commit is contained in:
Guillaume Girol
2026-06-08 14:31:14 +02:00
parent a799d3e388
commit c6ce45d55d
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "door-knocker";
version = "0.8.0";
version = "0.9.0";
src = fetchFromCodeberg {
owner = "tytan652";
repo = "door-knocker";
rev = finalAttrs.version;
hash = "sha256-Yz/HVffOJNpu0D8SE32ehwI3UQ7yPKMqR6yYIAVuBDc=";
hash = "sha256-h7wDJRePWUZ/oHdkSXLFcDWau1K8Yof9pQXFjexZxbA=";
};
nativeBuildInputs = [