about summary refs log tree commit diff
path: root/pkgs/applications/science/chemistry
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-13 02:05:13 +0200
committerGitHub <noreply@github.com>2023-10-13 02:05:13 +0200
commit7a15f4b3a7bf2faf91400bcab131a0642e19dcc6 (patch)
treea4211e4039b4c3463b1d9870ece76a19fc8bcaf8 /pkgs/applications/science/chemistry
parentd1a8d937445a970c1342a2bd360a86f235379e2e (diff)
parent272b458b2911439102aa03994a22ed046bce49b0 (diff)
Merge pull request #257390 from r-ryantm/auto-update/gwyddion
gwyddion: 2.61 -> 2.63
Diffstat (limited to 'pkgs/applications/science/chemistry')
-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 e5807c6c108ba..d6d371bf5054f 100644
--- a/pkgs/applications/science/chemistry/gwyddion/default.nix
+++ b/pkgs/applications/science/chemistry/gwyddion/default.nix
@@ -21,10 +21,10 @@ in
 
 stdenv.mkDerivation rec {
   pname = "gwyddion";
-   version = "2.61";
+   version = "2.63";
   src = fetchurl {
     url = "mirror://sourceforge/gwyddion/gwyddion-${version}.tar.xz";
-    sha256 = "sha256-rDhYVMDTH9mSu90HZAX8ap4HF//8fYhW/ozzJdIrUgo=";
+    sha256 = "sha256-FSs/Dbnr1shEw/W51DhUFPb61tM+0atc6wxY81EiTdM=";
   };
 
   nativeBuildInputs = [ pkg-config file ];