Merge pull request #310005 from r-ryantm/auto-update/regina

regina: 3.9.5 -> 3.9.6
This commit is contained in:
7c6f434c 2024-05-08 10:05:39 +00:00 committed by GitHub
commit fc5e5894f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ];