gitwatch: 0.3 -> 0.4 (#435094)

This commit is contained in:
Wolfgang Walther
2025-09-13 20:46:14 +00:00
committed by GitHub
+2 -2
View File
@@ -13,12 +13,12 @@
}:
runCommand "gitwatch"
rec {
version = "0.3";
version = "0.4";
src = fetchFromGitHub {
owner = "gitwatch";
repo = "gitwatch";
rev = "v${version}";
hash = "sha256-dKXKuqUQhFUXMwPs7Uilzn2yKH6DIlBTOFztKo+PqVU=";
hash = "sha256-DEHhwQvI8i+8ExAQvfY+zL5epmhOkht3a69XOn0cKqY=";
};
nativeBuildInputs = [ makeWrapper ];