about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-05-05 13:30:46 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-08 17:11:36 -0700
commit5ab09faafb5ba9875ce86ae99caa92f1194880d1 (patch)
tree0cae6b80d3efa023df1e90ee713400a9a93a40b5 /pkgs/applications
parentcba2ac27050f288b807204bc57abac3f4fc7763e (diff)
gretl: 2021a -> 2021b
Diffstat (limited to 'pkgs/applications')
-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 cc9fe7c4d2ced..450021925bdee 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 = "2021a";
+  version = "2021b";
 
   src = fetchurl {
     url = "mirror://sourceforge/gretl/${pname}-${version}.tar.xz";
-    sha256 = "sha256-BDaTv6PORiBnsEaU7uXJIKuxTqIgpY44vUmSViyME0A=";
+    sha256 = "sha256-3KSAA0UPx3cqMXf/G5nrlCfLjWcDiGtzvJe/syRyE6c=";
   };
 
   buildInputs = [