tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
star-history: 1.0.20 -> 1.0.21
R. Ryantm
2 years ago
53d00b15
d6411ed8
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
star-history
default.nix
+3
-3
pkgs/tools/misc/star-history/default.nix
···
9
9
10
10
rustPlatform.buildRustPackage rec {
11
11
pname = "star-history";
12
12
-
version = "1.0.20";
12
12
+
version = "1.0.21";
13
13
14
14
src = fetchCrate {
15
15
inherit pname version;
16
16
-
sha256 = "sha256-1mAEDcg25v47zKSYbL0w6KX56ZIti6NcpnQKUyrtybg=";
16
16
+
sha256 = "sha256-jBeV5iZUKE70n/GTV+Bu9dy7B4pPmPhi5LHqw+YXJE0=";
17
17
};
18
18
19
19
-
cargoHash = "sha256-qkIHNFCGLtQ1uO0Y3vKR3zBtKj8Cq0ptgQcqeGvG5qs=";
19
19
+
cargoHash = "sha256-oHAHYNJZuD8j/VLmCwcLxv9FkfZdXnxI8cQsJ8sFmZA=";
20
20
21
21
nativeBuildInputs = [ pkg-config ];
22
22