nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

sshocker: 0.3.6 -> 0.3.8

+3 -3
+3 -3
pkgs/by-name/ss/sshocker/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "sshocker"; 10 - version = "0.3.6"; 10 + version = "0.3.8"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "lima-vm"; 14 14 repo = "sshocker"; 15 15 tag = "v${version}"; 16 - hash = "sha256-ehsQ/Z1LCSpnvIvABLCIR2aLG4DK33VJ9gidoSEoeqw="; 16 + hash = "sha256-uLotIvFpJL5keVyazG+g2TOKqcZwTDqSoAOaswqliNo="; 17 17 }; 18 18 19 - vendorHash = "sha256-9le1ETAdMZ1s7Hl2STz76/9eU0YkI4yNM/PZVXOwndQ="; 19 + vendorHash = "sha256-uzKLAHxRRw0Bx7HjANOsX0tvfmbJhclT8SP346yFGwc="; 20 20 21 21 nativeInstallCheckInputs = [ versionCheckHook ]; 22 22