shh: 2025.6.4 -> 2025.6.5

This commit is contained in:
kuflierl 2025-06-06 10:33:13 +02:00
parent bd1c971af1
commit cf85d813d2
No known key found for this signature in database
GPG key ID: 0B3842DA5392223D

View file

@ -3,7 +3,6 @@
rustPlatform, rustPlatform,
fetchFromGitHub, fetchFromGitHub,
nix-update-script, nix-update-script,
fetchpatch,
installShellFiles, installShellFiles,
python3, python3,
strace, strace,
@ -19,25 +18,19 @@ let
in in
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "shh"; pname = "shh";
version = "2025.6.4"; version = "2025.6.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "desbma"; owner = "desbma";
repo = "shh"; repo = "shh";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-rhn7qy/cF1vjCFnEoVzVmKNcI/TBUEMxp5pzzC8c9bw="; hash = "sha256-cKN5SK7pVw4Ey6QmCZRYIlDPJ69eg9ihQ1M2vZDmGZ0=";
}; };
cargoHash = "sha256-hk4IG/FOwrLrV7kPDQigkpWwQzmvf1LvyrIesMYO3jk="; cargoHash = "sha256-09mQDautFnL0RYfIfn6KC2T7Ah57gV7JD1JkqmApmYI=";
patches = [ patches = [
./fix_run_checks.patch ./fix_run_checks.patch
(fetchpatch {
# to be removed after next release
name = "support-kernels-without-kernel-unprivileged_userns_clone.patch";
url = "https://github.com/desbma/shh/commit/f103b06c756dbb43aec615b590680cc99cbb0f00.patch";
hash = "sha256-K68tU7EN51jUayoP+WAUuvqqB2eqyDXnAdLsWEd/eAM=";
})
]; ];
env = { env = {