gitwatch: 0.3 -> 0.4 (#435094)

authored by Wolfgang Walther and committed by GitHub 0ff9bea9 329f957e

+2 -2
+2 -2
pkgs/by-name/gi/gitwatch/package.nix
··· 13 }: 14 runCommand "gitwatch" 15 rec { 16 - version = "0.3"; 17 src = fetchFromGitHub { 18 owner = "gitwatch"; 19 repo = "gitwatch"; 20 rev = "v${version}"; 21 - hash = "sha256-dKXKuqUQhFUXMwPs7Uilzn2yKH6DIlBTOFztKo+PqVU="; 22 }; 23 nativeBuildInputs = [ makeWrapper ]; 24
··· 13 }: 14 runCommand "gitwatch" 15 rec { 16 + version = "0.4"; 17 src = fetchFromGitHub { 18 owner = "gitwatch"; 19 repo = "gitwatch"; 20 rev = "v${version}"; 21 + hash = "sha256-DEHhwQvI8i+8ExAQvfY+zL5epmhOkht3a69XOn0cKqY="; 22 }; 23 nativeBuildInputs = [ makeWrapper ]; 24