oneshot: 1.5.0 -> 1.5.1

+2 -2
+2 -2
pkgs/tools/networking/oneshot/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "oneshot"; 5 - version = "1.5.0"; 5 + version = "1.5.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "raphaelreyna"; 9 9 repo = "oneshot"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-LxLMETZzoeu7qEHpUFmo/h+7sdly+R5ZWsNhyttcbpA="; 11 + sha256 = "sha256-5NCGKgmioTOHGJEWMIEsZlA+072XXL9L8KbEH6+caHc="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-rL/NWIIggvngTrdTDm1g1uH3vC55JF3cWllPc6Yb5jc=";