protonup-rs: 0.9.1 -> 0.9.2
https://github.com/auyer/Protonup-rs/releases/tag/v0.9.2 Fix CVE-2025-62518
This commit is contained in:
@@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "protonup-rs";
|
pname = "protonup-rs";
|
||||||
version = "0.9.1";
|
version = "0.9.2";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit (finalAttrs) pname version;
|
inherit (finalAttrs) pname version;
|
||||||
hash = "sha256-zUsb+ZJmKUizBVwE4Uf/YnIukRn0AEQa7UeXdIIWYt8=";
|
hash = "sha256-mysYcBmXKkXz1vlhZv8okVnnD83h/QyGwT9ijluOgms=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-baa3VtGUnVFMwlPdKSa4jXecSlKogRHjKMfcGbqUFM0=";
|
cargoHash = "sha256-NiJwaD7lH2jnxfc/Hreo3bJ3LC+0UAOlsVMt1UYRcdY=";
|
||||||
|
|
||||||
checkFlags = [
|
checkFlags = [
|
||||||
# Requires internet access
|
# Requires internet access
|
||||||
|
|||||||
Reference in New Issue
Block a user