lol

Merge pull request #183837 from r-ryantm/auto-update/sec

authored by

Lassulus and committed by
GitHub
baa5c91e 5c30c1cb

+2 -2
+2 -2
pkgs/tools/admin/sec/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "sec"; 5 - version = "2.9.0"; 5 + version = "2.9.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "simple-evcorr"; 9 9 repo = "sec"; 10 10 rev = version; 11 - sha256 = "sha256-WYSlIRhDBIDaza92VqCQcdMNicuRUX2IKY5CJyhswdI="; 11 + sha256 = "sha256-DKbh6q0opf749tbGsDMVuI5G2UV7faCHUfddH3SGOpo="; 12 12 }; 13 13 14 14 buildInputs = [ perl ];