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 1b2f3ec + 94e5bf9 commit 810d309Copy full SHA for 810d309
pkgs/by-name/ar/argon/package.nix
@@ -9,17 +9,17 @@
9
}:
10
rustPlatform.buildRustPackage rec {
11
pname = "argon";
12
- version = "2.0.22";
+ version = "2.0.23";
13
14
src = fetchFromGitHub {
15
owner = "argon-rbx";
16
repo = "argon";
17
tag = version;
18
- hash = "sha256-Nno6uZIlD4tA3opzhzO4ylPPGq3RDDrhAIQnt/rTXdA=";
+ hash = "sha256-Pj6czSNFaMtu5fZV51lFDYEiWlMcj1peu7i8JUnFSXk=";
19
};
20
21
useFetchCargoVendor = true;
22
- cargoHash = "sha256-W3Z/WVGP+RBbnqgcgIcrfkmgfmdKdH8kG/LBfvtArqo=";
+ cargoHash = "sha256-Lc9k6WDp7ZU4lBGbXJJATcH/+SQkbutMTgzmxZh2JCk=";
23
24
nativeBuildInputs = [ pkg-config ];
25
0 commit comments