gitwatch: 0.5 -> 0.6

This commit is contained in:
R. Ryantm
2026-06-11 14:38:35 +00:00
parent a072f09c30
commit a1dcf2827d
+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 ];