Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

stgit: 2.3.2 -> 2.4.0

+3 -3
+3 -3
pkgs/applications/version-management/stgit/default.nix
··· 18 19 rustPlatform.buildRustPackage rec { 20 pname = "stgit"; 21 - version = "2.3.2"; 22 23 src = fetchFromGitHub { 24 owner = "stacked-git"; 25 repo = "stgit"; 26 rev = "v${version}"; 27 - hash = "sha256-rQNX54zmVHZKplEUNaKyVtCrC8Q4DdxLzNSStiYvDGA="; 28 }; 29 - cargoHash = "sha256-ju8JQnohidBsydwwm6gNx1L24brmDWYXwNgfCl7G/aA="; 30 31 nativeBuildInputs = [ 32 pkg-config installShellFiles makeWrapper asciidoc xmlto docbook_xsl
··· 18 19 rustPlatform.buildRustPackage rec { 20 pname = "stgit"; 21 + version = "2.4.0"; 22 23 src = fetchFromGitHub { 24 owner = "stacked-git"; 25 repo = "stgit"; 26 rev = "v${version}"; 27 + hash = "sha256-+ipNSdEaz3nVBTYS+A4Fauan0DaKZR69No95FTS2/4o="; 28 }; 29 + cargoHash = "sha256-G0g+53HWxhJfozMGByhmgnxws6P10FY9fAOleqhn+Mk="; 30 31 nativeBuildInputs = [ 32 pkg-config installShellFiles makeWrapper asciidoc xmlto docbook_xsl