Skip to content

Commit 5f959c4

Browse files
authored
protonup-rs: 0.9.1 -> 0.9.2 (#457012)
2 parents d82898a + 8c3591b commit 5f959c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pr/protonup-rs/package.nix

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

77
rustPlatform.buildRustPackage (finalAttrs: {
88
pname = "protonup-rs";
9-
version = "0.9.1";
9+
version = "0.9.2";
1010

1111
src = fetchCrate {
1212
inherit (finalAttrs) pname version;
13-
hash = "sha256-zUsb+ZJmKUizBVwE4Uf/YnIukRn0AEQa7UeXdIIWYt8=";
13+
hash = "sha256-mysYcBmXKkXz1vlhZv8okVnnD83h/QyGwT9ijluOgms=";
1414
};
1515

16-
cargoHash = "sha256-baa3VtGUnVFMwlPdKSa4jXecSlKogRHjKMfcGbqUFM0=";
16+
cargoHash = "sha256-NiJwaD7lH2jnxfc/Hreo3bJ3LC+0UAOlsVMt1UYRcdY=";
1717

1818
checkFlags = [
1919
# Requires internet access

0 commit comments

Comments
 (0)