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.
2 parents b63c1df + b69ec9e commit 1627725Copy full SHA for 1627725
pkgs/by-name/st/star-history/package.nix
@@ -10,15 +10,15 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "star-history";
13
- version = "1.0.28";
+ version = "1.0.29";
14
15
src = fetchCrate {
16
inherit pname version;
17
- hash = "sha256-OtXNJtpTyR3qEz9D/3WjvLjY5Taa4rcLmTaxJMhuSUY=";
+ hash = "sha256-RpGR4DlAvSuaecHPiD367rRR7H5zQs0JOgtvh/PXgpM=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-yJ0w5+qQn1Kys5MPTG3Z+vdT8bQUmD77I+0VkEKIlyc=";
+ cargoHash = "sha256-lVwH8NnmBl3ZakVbFYslvH39mjAOhmPRmXdshbwkx1Y=";
22
23
nativeBuildInputs = [ pkg-config ];
24
0 commit comments