messer-slim: 4.3 -> 5.0

This commit is contained in:
R. Ryantm 2025-04-18 19:21:54 +00:00
parent 32d811e216
commit a902810e85

View file

@ -8,14 +8,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "4.3"; version = "5.0";
pname = "messer-slim"; pname = "messer-slim";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MesserLab"; owner = "MesserLab";
repo = "SLiM"; repo = "SLiM";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Hgh1ianEdITRUIDKLiLW32kQlPlXKIfN4PSv3cOXTGI="; hash = "sha256-fouZI5Uc8pY7eXD9Tm1C66j3reu7kijTEGA402bOJwc=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [