shh: 2025.10.22 -> 2025.11.3
Changelog: https://github.com/desbma/shh/blob/v2025.11.3/CHANGELOG.md
This commit is contained in:
@@ -18,16 +18,16 @@ let
|
|||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "shh";
|
pname = "shh";
|
||||||
version = "2025.10.22";
|
version = "2025.11.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "desbma";
|
owner = "desbma";
|
||||||
repo = "shh";
|
repo = "shh";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-OxiQOwoWytZvPVVurSckPSWcb88pyDHRdUV/87Dbb9Q=";
|
hash = "sha256-oXTrKUs6J3Us2m1hFbVa+G03q3oV3pqppQ+QfPXVrFA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-KRRBqRm6/TedzjGRTcbj0q4R9xOgj0PmKEm9rY2f4PM=";
|
cargoHash = "sha256-GGu/oy4bfsnJNbquDeu9bDJWY9HEWS3hwsOj3nhcUNQ=";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./fix_run_checks.patch
|
./fix_run_checks.patch
|
||||||
|
|||||||
Reference in New Issue
Block a user