Skip to content

Commit b1254f1

Browse files
committed
jnv: 0.4.0 -> 0.4.2
1 parent cd4b019 commit b1254f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/jn/jnv/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
}:
88
rustPlatform.buildRustPackage rec {
99
pname = "jnv";
10-
version = "0.4.0";
10+
version = "0.4.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "ynqa";
1414
repo = "jnv";
1515
rev = "v${version}";
16-
hash = "sha256-WrvCiZA/aYj0CoTq/kw3Oa3WKTjdtO6OC+IOxBoWjSU=";
16+
hash = "sha256-FkOcNQR/YyCufk7U4gdkmDBwkKns4Yze/T2Wx4PUFa8=";
1717
};
1818

19-
cargoHash = "sha256-xF0sxoSo7z7lxrF3wFAmU7edREoWKBFBnZ6Xq22c8q0=";
19+
cargoHash = "sha256-bX/a/GKUph8PocXxfOHQ+XfqFHtbnET0vSAwvSUqQzw=";
2020

2121
buildInputs = lib.optional stdenv.hostPlatform.isDarwin (
2222
with darwin.apple_sdk.frameworks;

0 commit comments

Comments
 (0)