Skip to content

Commit a0d6d9e

Browse files
authored
fh: 0.1.18 -> 0.1.19 (#359757)
2 parents 35c6943 + f1745cb commit a0d6d9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fh/fh/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "fh";
14-
version = "0.1.18";
14+
version = "0.1.19";
1515

1616
src = fetchFromGitHub {
1717
owner = "DeterminateSystems";
1818
repo = "fh";
1919
rev = "v${version}";
20-
hash = "sha256-McfJXbr/oadsfQV7hzB6sEMy9sfXthHcjsbOiQs2+rU=";
20+
hash = "sha256-QFlNSjrXU4vdiAYylS4UmDmaOcqcz9ujo0mkj4LStAo=";
2121
};
2222

23-
cargoHash = "sha256-PGXd4spD2gNyQIloVZuhWZ1VQtacXPLMCQiBekZbEp4=";
23+
cargoHash = "sha256-jaZRKeFg0iFbhmi5rqyr2hbWQ8inAgbcYvGcFWLdYbI=";
2424

2525
nativeBuildInputs = [
2626
installShellFiles

0 commit comments

Comments
 (0)