stgit: 1.3 -> 1.4

+2 -2
+2 -2
pkgs/applications/version-management/git-and-tools/stgit/default.nix
··· 12 13 python3Packages.buildPythonApplication rec { 14 pname = "stgit"; 15 - version = "1.3"; 16 17 src = fetchFromGitHub { 18 owner = "stacked-git"; 19 repo = "stgit"; 20 rev = "v${version}"; 21 - sha256 = "0wa3ba7afnbb1h08n9xr0cqsg93rx0qd9jv8a34mmpp0lpijmjw6"; 22 }; 23 24 nativeBuildInputs = [ installShellFiles asciidoc xmlto docbook_xsl docbook_xml_dtd_45 ];
··· 12 13 python3Packages.buildPythonApplication rec { 14 pname = "stgit"; 15 + version = "1.4"; 16 17 src = fetchFromGitHub { 18 owner = "stacked-git"; 19 repo = "stgit"; 20 rev = "v${version}"; 21 + sha256 = "0yx81d61kp33h7n0c14wvcrh8vvjjjq4xjh1qwq2sdbmqc43p3hg"; 22 }; 23 24 nativeBuildInputs = [ installShellFiles asciidoc xmlto docbook_xsl docbook_xml_dtd_45 ];