gitwatch: 0.4 -> 0.5 (#483778)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-26 07:00:16 +00:00
committed by GitHub
+2 -2
View File
@@ -13,12 +13,12 @@
}:
runCommand "gitwatch"
rec {
version = "0.4";
version = "0.5";
src = fetchFromGitHub {
owner = "gitwatch";
repo = "gitwatch";
rev = "v${version}";
hash = "sha256-DEHhwQvI8i+8ExAQvfY+zL5epmhOkht3a69XOn0cKqY=";
hash = "sha256-zOJPCoXco59ufQeGH2DPGbCbKx6rSC/3iNZWoEeoQKk=";
};
nativeBuildInputs = [ makeWrapper ];