Unverified Commit a33f82fe authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

sec: 2.9.2 -> 2.9.3 (#353246)

parents 7c665e8b cd092d19
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "sec";
  version = "2.9.2";
  version = "2.9.3";

  src = fetchFromGitHub {
    owner = "simple-evcorr";
    repo = "sec";
    rev = version;
    sha256 = "sha256-s5xalQfZIrvj8EcLvN0swpYBgRhE1YUoPmQYVFB0lWA=";
    sha256 = "sha256-iK2v/qCWw4jdSEpx6cwSB98n5iFmbCyJH0lIpUG8pAU=";
  };

  buildInputs = [ perl ];