Merge pull request #302482 from r-ryantm/auto-update/stgit
stgit: 2.4.5 -> 2.4.6
This commit is contained in:
commit
67d3f97c2a
1 changed files with 3 additions and 3 deletions
|
@ -18,15 +18,15 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "stgit";
|
pname = "stgit";
|
||||||
version = "2.4.5";
|
version = "2.4.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "stacked-git";
|
owner = "stacked-git";
|
||||||
repo = "stgit";
|
repo = "stgit";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-zESuJJ68CCTGSDwGBeguAV78KETp+FUKnNNJx+4zorw=";
|
hash = "sha256-ZQU9AkemAMpMb2GhdfHaF6r6r6MbMXnmA0pq6Zq9Sek=";
|
||||||
};
|
};
|
||||||
cargoHash = "sha256-ITR6RREx55q3hxYrHj+fOv0C8fAzphR4q/A5tTd9CDg=";
|
cargoHash = "sha256-DHTo0jRZlLmw/B042uqzpMLUhBwm+sbFj9pze5l1Kpk=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config installShellFiles makeWrapper asciidoc xmlto docbook_xsl
|
pkg-config installShellFiles makeWrapper asciidoc xmlto docbook_xsl
|
||||||
|
|
Loading…
Reference in a new issue