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
+2 -2
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 ];