We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed22fbe commit d17d337Copy full SHA for d17d337
pkgs/by-name/st/stgit/package.nix
@@ -19,16 +19,16 @@
19
20
rustPlatform.buildRustPackage rec {
21
pname = "stgit";
22
- version = "2.5.2";
+ version = "2.5.3";
23
24
src = fetchFromGitHub {
25
owner = "stacked-git";
26
repo = "stgit";
27
rev = "v${version}";
28
- hash = "sha256-CZkx/ylSloFRzLellY7IyBbgMV/UppsxplyjfplaJWM=";
+ hash = "sha256-YrJf4uNICPmXpuJvf0QRDHpODw39Q+40SLZuoIwZ5qA=";
29
};
30
useFetchCargoVendor = true;
31
- cargoHash = "sha256-1KUb5GvHoR631XvTYXkxDbeCg9EMW2PyPPKJ2fe4gwU=";
+ cargoHash = "sha256-Y3969dpfbKJR22yjw5MHsG3+EJyui0bQFQ585wLzXUk=";
32
33
nativeBuildInputs = [
34
pkg-config
0 commit comments