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 cd4b019 commit b1254f1Copy full SHA for b1254f1
pkgs/by-name/jn/jnv/package.nix
@@ -7,16 +7,16 @@
7
}:
8
rustPlatform.buildRustPackage rec {
9
pname = "jnv";
10
- version = "0.4.0";
+ version = "0.4.2";
11
12
src = fetchFromGitHub {
13
owner = "ynqa";
14
repo = "jnv";
15
rev = "v${version}";
16
- hash = "sha256-WrvCiZA/aYj0CoTq/kw3Oa3WKTjdtO6OC+IOxBoWjSU=";
+ hash = "sha256-FkOcNQR/YyCufk7U4gdkmDBwkKns4Yze/T2Wx4PUFa8=";
17
};
18
19
- cargoHash = "sha256-xF0sxoSo7z7lxrF3wFAmU7edREoWKBFBnZ6Xq22c8q0=";
+ cargoHash = "sha256-bX/a/GKUph8PocXxfOHQ+XfqFHtbnET0vSAwvSUqQzw=";
20
21
buildInputs = lib.optional stdenv.hostPlatform.isDarwin (
22
with darwin.apple_sdk.frameworks;
0 commit comments