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 0731013 + b84c2a3 commit d19fcdeCopy full SHA for d19fcde
pkgs/by-name/ha/havn/package.nix
@@ -6,17 +6,17 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "havn";
9
- version = "0.1.18";
+ version = "0.2.0";
10
11
src = fetchFromGitHub {
12
owner = "mrjackwills";
13
repo = "havn";
14
tag = "v${version}";
15
- hash = "sha256-G6nhWcrnMYysIHSocIeQsBGG51D1ozZPF/LGsDNG/+k=";
+ hash = "sha256-zZiBVuA6rjsCfn0Ih3Sum0VsmtyXbfPG9fwK2zkwJaA=";
16
};
17
18
useFetchCargoVendor = true;
19
- cargoHash = "sha256-LQAE/fgq2ixSrveTAKyd5zh1bl6znLhij04DD5wOTqw=";
+ cargoHash = "sha256-j84DF6LJ9q56u4QgMFk9c6089Ghk5K0EatvonGjImjU=";
20
21
checkFlags = [
22
# Skip tests that require network access
0 commit comments