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.
1 parent c824013 commit 34ca9c9Copy full SHA for 34ca9c9
pkgs/by-name/he/heimdall/default.nix
@@ -10,13 +10,13 @@
10
}:
11
rustPlatform.buildRustPackage rec {
12
pname = "heimdall";
13
- version = "0.7.3";
+ version = "0.8.7";
14
15
src = fetchFromGitHub {
16
owner = "jon-becker";
17
repo = "${pname}-rs";
18
rev = version;
19
- hash = "sha256-E3WFJ+1ps5UiA+qzJAjouBR4wJbzxrJfvcW6Kany/jU=";
+ hash = "sha256-Bg3xSnzghLlDpQ1KTzabEVqjX/wPqoeEzKDYb7IBJ6o=";
20
};
21
22
cargoLock = {
0 commit comments