Skip to content

Commit 94e5bf9

Browse files
committed
argon: 2.0.22 -> 2.0.23
1 parent 1a0f9b1 commit 94e5bf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ar/argon/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
}:
1010
rustPlatform.buildRustPackage rec {
1111
pname = "argon";
12-
version = "2.0.22";
12+
version = "2.0.23";
1313

1414
src = fetchFromGitHub {
1515
owner = "argon-rbx";
1616
repo = "argon";
1717
tag = version;
18-
hash = "sha256-Nno6uZIlD4tA3opzhzO4ylPPGq3RDDrhAIQnt/rTXdA=";
18+
hash = "sha256-Pj6czSNFaMtu5fZV51lFDYEiWlMcj1peu7i8JUnFSXk=";
1919
};
2020

2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-W3Z/WVGP+RBbnqgcgIcrfkmgfmdKdH8kG/LBfvtArqo=";
22+
cargoHash = "sha256-Lc9k6WDp7ZU4lBGbXJJATcH/+SQkbutMTgzmxZh2JCk=";
2323

2424
nativeBuildInputs = [ pkg-config ];
2525

0 commit comments

Comments
 (0)