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

This commit is contained in:
Lassulus 2022-08-02 20:51:28 +02:00 committed by GitHub
commit baa5c91e91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sec";
version = "2.9.0";
version = "2.9.1";
src = fetchFromGitHub {
owner = "simple-evcorr";
repo = "sec";
rev = version;
sha256 = "sha256-WYSlIRhDBIDaza92VqCQcdMNicuRUX2IKY5CJyhswdI=";
sha256 = "sha256-DKbh6q0opf749tbGsDMVuI5G2UV7faCHUfddH3SGOpo=";
};
buildInputs = [ perl ];