gitwatch: 0.3 -> 0.4 (#435094)

Changed files
+2 -2
pkgs
by-name
gi
gitwatch
+2 -2
pkgs/by-name/gi/gitwatch/package.nix
···
}:
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 ];