regina: 3.9.5 -> 3.9.6

This commit is contained in:
R. Ryantm 2024-05-08 01:56:10 +00:00
parent 57443256a0
commit ab293c52d6
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "regina-rexx";
version = "3.9.5";
version = "3.9.6";
src = fetchurl {
url = "mirror://sourceforge/regina-rexx/regina-rexx/${version}/${pname}-${version}.tar.gz";
hash = "sha256-COmpBhvuADjPtFRG3iB2b/2uUO6jf2ZCRG7E5zoqvFE=";
hash = "sha256-7ZjHp/HVpBSLAv7xsWruSmpthljQGoDPXFAwFe8Br6U=";
};
buildInputs = [ ncurses ];