Skip to content

Commit 7ec1761

Browse files
heimdall: 0.9.1 -> 0.9.2 (#784)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: nix-flake-auto-update[bot] <234984901+nix-flake-auto-update[bot]@users.noreply.github.com>
1 parent 93e443c commit 7ec1761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/heimdall/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
}:
1111
rustPlatform.buildRustPackage rec {
1212
pname = "heimdall";
13-
version = "0.9.1";
13+
version = "0.9.2";
1414

1515
src = fetchFromGitHub {
1616
owner = "jon-becker";
1717
repo = "${pname}-rs";
1818
rev = version;
19-
hash = "sha256-xDplFw/IMfe2S6fxdG/uNlMCZ2KOisTyNG4482UefOA=";
19+
hash = "sha256-5QTx//vATsvVRBYmDCSUqmbVkNr3depTd/pNhUgjWG4=";
2020
};
2121

2222
cargoLock = {

0 commit comments

Comments
 (0)