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 d82898a + 8c3591b commit 5f959c4Copy full SHA for 5f959c4
pkgs/by-name/pr/protonup-rs/package.nix
@@ -6,14 +6,14 @@
6
7
rustPlatform.buildRustPackage (finalAttrs: {
8
pname = "protonup-rs";
9
- version = "0.9.1";
+ version = "0.9.2";
10
11
src = fetchCrate {
12
inherit (finalAttrs) pname version;
13
- hash = "sha256-zUsb+ZJmKUizBVwE4Uf/YnIukRn0AEQa7UeXdIIWYt8=";
+ hash = "sha256-mysYcBmXKkXz1vlhZv8okVnnD83h/QyGwT9ijluOgms=";
14
};
15
16
- cargoHash = "sha256-baa3VtGUnVFMwlPdKSa4jXecSlKogRHjKMfcGbqUFM0=";
+ cargoHash = "sha256-NiJwaD7lH2jnxfc/Hreo3bJ3LC+0UAOlsVMt1UYRcdY=";
17
18
checkFlags = [
19
# Requires internet access
0 commit comments