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

sec: 2.9.1 -> 2.9.2
This commit is contained in:
Weijia Wang 2023-06-08 15:02:47 +03:00 committed by GitHub
commit e9d24637e1
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.1";
version = "2.9.2";
src = fetchFromGitHub {
owner = "simple-evcorr";
repo = "sec";
rev = version;
sha256 = "sha256-DKbh6q0opf749tbGsDMVuI5G2UV7faCHUfddH3SGOpo=";
sha256 = "sha256-s5xalQfZIrvj8EcLvN0swpYBgRhE1YUoPmQYVFB0lWA=";
};
buildInputs = [ perl ];