about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-23 06:18:16 +0100
committerGitHub <noreply@github.com>2023-01-23 06:18:16 +0100
commit4393a6e68e85e418521b3a41d08154628f248fd6 (patch)
tree1eb9d7029f64a88f7db6fd6a4dec0badec05cc50 /pkgs/applications/science
parent6830bd81ba4cad42235f417ba60f9572c9cba170 (diff)
parent7ec4378b73ff742bbe1e930a24cb47f7b7e1d5f2 (diff)
Merge pull request #199293 from r-ryantm/auto-update/gretl
gretl: 2022b -> 2022c
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/gretl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/gretl/default.nix b/pkgs/applications/science/math/gretl/default.nix
index 5e1ac5d17733b..a2624c29662e4 100644
--- a/pkgs/applications/science/math/gretl/default.nix
+++ b/pkgs/applications/science/math/gretl/default.nix
@@ -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 = [