tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
hath-rust: 1.11.0 -> 1.12.1
R. Ryantm
6 months ago
93613836
c46f18df
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ha
hath-rust
package.nix
+3
-3
pkgs/by-name/ha/hath-rust/package.nix
···
8
8
9
9
rustPlatform.buildRustPackage (finalAttrs: {
10
10
pname = "hath-rust";
11
11
-
version = "1.11.0";
11
11
+
version = "1.12.1";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "james58899";
15
15
repo = "hath-rust";
16
16
tag = "v${finalAttrs.version}";
17
17
-
hash = "sha256-y2DpYKUA6XdtkynHhavh2SLl9jR+WFCOoo+Ep3IEq7w=";
17
17
+
hash = "sha256-4dbloi88oR84JnD1nepLTJNSgxgB337F3nxr7i4nZV8=";
18
18
};
19
19
20
20
-
cargoHash = "sha256-al5JAiRzXFKuUdIRgnwkKEN9rHqU82/StiIjPkQjumU=";
20
20
+
cargoHash = "sha256-P975lZ6LgL+dT52td8uA8QVnuJd6QKWkpBCfoLpLW9E=";
21
21
22
22
nativeInstallCheckInputs = [ versionCheckHook ];
23
23
versionCheckProgramArg = "--version";