Unverified Commit a8639dcc authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

messer-slim: 4.3 -> 5.0 (#399833)

parents 99065cf2 a902810e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@
}:

stdenv.mkDerivation rec {
  version = "4.3";
  version = "5.0";
  pname = "messer-slim";

  src = fetchFromGitHub {
    owner = "MesserLab";
    repo = "SLiM";
    rev = "v${version}";
    hash = "sha256-Hgh1ianEdITRUIDKLiLW32kQlPlXKIfN4PSv3cOXTGI=";
    hash = "sha256-fouZI5Uc8pY7eXD9Tm1C66j3reu7kijTEGA402bOJwc=";
  };

  nativeBuildInputs = [