Skip to content

Commit d19fcde

Browse files
authored
havn: 0.1.18 -> 0.2.0 (#391818)
2 parents 0731013 + b84c2a3 commit d19fcde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ha/havn/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "havn";
9-
version = "0.1.18";
9+
version = "0.2.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "mrjackwills";
1313
repo = "havn";
1414
tag = "v${version}";
15-
hash = "sha256-G6nhWcrnMYysIHSocIeQsBGG51D1ozZPF/LGsDNG/+k=";
15+
hash = "sha256-zZiBVuA6rjsCfn0Ih3Sum0VsmtyXbfPG9fwK2zkwJaA=";
1616
};
1717

1818
useFetchCargoVendor = true;
19-
cargoHash = "sha256-LQAE/fgq2ixSrveTAKyd5zh1bl6znLhij04DD5wOTqw=";
19+
cargoHash = "sha256-j84DF6LJ9q56u4QgMFk9c6089Ghk5K0EatvonGjImjU=";
2020

2121
checkFlags = [
2222
# Skip tests that require network access

0 commit comments

Comments
 (0)