Merge pull request #199293 from r-ryantm/auto-update/gretl

gretl: 2022b -> 2022c
This commit is contained in:
Weijia Wang 2023-01-23 06:18:16 +01:00 committed by GitHub
commit 4393a6e68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [