gretl: 2022b -> 2022c

This commit is contained in:
R. Ryantm 2022-11-03 03:32:14 +00:00
parent 25cca79d50
commit 7ec4378b73

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "gretl";
version = "2022b";
version = "2022c";
src = fetchurl {
url = "mirror://sourceforge/gretl/${pname}-${version}.tar.xz";
sha256 = "sha256-A+LyWPSUBBvnnyBrVSAUCiny24UAztUwy1nmRoDaGjI=";
sha256 = "sha256-4QAQTNqbfIX6K3CdtKcVONtCWrkTRvGl2ZXGR1eyQdA=";
};
buildInputs = [