Skip to content

Commit b69ec9e

Browse files
committed
star-history: 1.0.28 -> 1.0.29
1 parent d4a9029 commit b69ec9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/st/star-history/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "star-history";
13-
version = "1.0.28";
13+
version = "1.0.29";
1414

1515
src = fetchCrate {
1616
inherit pname version;
17-
hash = "sha256-OtXNJtpTyR3qEz9D/3WjvLjY5Taa4rcLmTaxJMhuSUY=";
17+
hash = "sha256-RpGR4DlAvSuaecHPiD367rRR7H5zQs0JOgtvh/PXgpM=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-yJ0w5+qQn1Kys5MPTG3Z+vdT8bQUmD77I+0VkEKIlyc=";
21+
cargoHash = "sha256-lVwH8NnmBl3ZakVbFYslvH39mjAOhmPRmXdshbwkx1Y=";
2222

2323
nativeBuildInputs = [ pkg-config ];
2424

0 commit comments

Comments
 (0)