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 35c6943 + f1745cb commit a0d6d9eCopy full SHA for a0d6d9e
pkgs/by-name/fh/fh/package.nix
@@ -11,16 +11,16 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "fh";
14
- version = "0.1.18";
+ version = "0.1.19";
15
16
src = fetchFromGitHub {
17
owner = "DeterminateSystems";
18
repo = "fh";
19
rev = "v${version}";
20
- hash = "sha256-McfJXbr/oadsfQV7hzB6sEMy9sfXthHcjsbOiQs2+rU=";
+ hash = "sha256-QFlNSjrXU4vdiAYylS4UmDmaOcqcz9ujo0mkj4LStAo=";
21
};
22
23
- cargoHash = "sha256-PGXd4spD2gNyQIloVZuhWZ1VQtacXPLMCQiBekZbEp4=";
+ cargoHash = "sha256-jaZRKeFg0iFbhmi5rqyr2hbWQ8inAgbcYvGcFWLdYbI=";
24
25
nativeBuildInputs = [
26
installShellFiles
0 commit comments