about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-12-11 13:31:59 +0000
committerGitHub <noreply@github.com>2021-12-11 13:31:59 +0000
commit953bdd43bfe56bdf82bb0d7d8e8531ad76409752 (patch)
treec8ad79123bf7f0d37a759f2281e683ecad7d1ce8 /pkgs/applications/science
parent90608c51f0b5cb76545381cedc7bd6d84f318ba9 (diff)
parent7bbf6a048b71a1886e99ce67f778b267be4e3703 (diff)
Merge pull request #150124 from r-ryantm/auto-update/gwyddion
gwyddion: 2.59 -> 2.60
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/chemistry/gwyddion/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/chemistry/gwyddion/default.nix b/pkgs/applications/science/chemistry/gwyddion/default.nix
index 43007cb1f0f58..584554232ab20 100644
--- a/pkgs/applications/science/chemistry/gwyddion/default.nix
+++ b/pkgs/applications/science/chemistry/gwyddion/default.nix
@@ -35,10 +35,10 @@ in
 
 stdenv.mkDerivation rec {
   pname = "gwyddion";
-   version = "2.59";
+   version = "2.60";
   src = fetchurl {
     url = "mirror://sourceforge/gwyddion/gwyddion-${version}.tar.xz";
-    sha256 = "sha256-APMOJeZt/zp8JvXghKZ5lQFRKWO/4TVDORok8qAgEBk=";
+    sha256 = "sha256-38PIardlOzDrVKWvV4AiQlecTYmwYegtzRya713Au/Y=";
   };
 
   nativeBuildInputs = [ pkg-config file ];