gitwatch: 0.5 -> 0.6 (#530756)

This commit is contained in:
Yohann Boniface
2026-07-07 20:53:05 +00:00
committed by GitHub
+2 -2
View File
@@ -14,12 +14,12 @@
runCommand "gitwatch"
rec {
pname = "gitwatch";
version = "0.5";
version = "0.6";
src = fetchFromGitHub {
owner = "gitwatch";
repo = "gitwatch";
rev = "v${version}";
hash = "sha256-zOJPCoXco59ufQeGH2DPGbCbKx6rSC/3iNZWoEeoQKk=";
hash = "sha256-O8Qk2fGBAT7NGJYd+PIGOaiDQAnexsDm1y+KFHabQEM=";
};
nativeBuildInputs = [ makeWrapper ];