Skip to content

Commit beb9682

Browse files
authored
stgit: 2.5.2 -> 2.5.3 (#386335)
2 parents a58fbf9 + d17d337 commit beb9682

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/st/stgit/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919

2020
rustPlatform.buildRustPackage rec {
2121
pname = "stgit";
22-
version = "2.5.2";
22+
version = "2.5.3";
2323

2424
src = fetchFromGitHub {
2525
owner = "stacked-git";
2626
repo = "stgit";
2727
rev = "v${version}";
28-
hash = "sha256-CZkx/ylSloFRzLellY7IyBbgMV/UppsxplyjfplaJWM=";
28+
hash = "sha256-YrJf4uNICPmXpuJvf0QRDHpODw39Q+40SLZuoIwZ5qA=";
2929
};
3030
useFetchCargoVendor = true;
31-
cargoHash = "sha256-1KUb5GvHoR631XvTYXkxDbeCg9EMW2PyPPKJ2fe4gwU=";
31+
cargoHash = "sha256-Y3969dpfbKJR22yjw5MHsG3+EJyui0bQFQ585wLzXUk=";
3232

3333
nativeBuildInputs = [
3434
pkg-config

0 commit comments

Comments
 (0)