Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

sshs: 4.5.1 -> 4.7.2

R. Ryantm 5efc9303 9979a56a

+3 -3
+3 -3
pkgs/by-name/ss/sshs/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "sshs"; 11 - version = "4.5.1"; 11 + version = "4.7.2"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "quantumsheep"; 15 15 repo = "sshs"; 16 16 rev = version; 17 - hash = "sha256-8tIIpGEQBXfLQ/Bok4KrpDGwoYhIQz/ylg6fUc6mBdc="; 17 + hash = "sha256-Xr1S6KSw3a/+TIrw2hUPpUOd22+49YMuGK2TVxfwPHU="; 18 18 }; 19 19 20 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-U1E11NB+MVte31hfSAwhzXsId7U5uGy5C6Ubk6RPNvA="; 21 + cargoHash = "sha256-Py85+zv54KHFXjhiThTPXgJQmCImXN42ePOjazjzxIQ="; 22 22 23 23 passthru.tests.version = testers.testVersion { package = sshs; }; 24 24