about summary refs log tree commit diff
path: root/pkgs/applications/science/chemistry
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-26 04:43:55 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-26 04:43:55 +0000
commit272b458b2911439102aa03994a22ed046bce49b0 (patch)
treee9ad70b2cca852e8a2eb5fac545b21adb8ca6a08 /pkgs/applications/science/chemistry
parent350b6b84e6892e471155dab8cb6f5edfa8e1084d (diff)
downloadnixlib-272b458b2911439102aa03994a22ed046bce49b0.tar
nixlib-272b458b2911439102aa03994a22ed046bce49b0.tar.gz
nixlib-272b458b2911439102aa03994a22ed046bce49b0.tar.bz2
nixlib-272b458b2911439102aa03994a22ed046bce49b0.tar.lz
nixlib-272b458b2911439102aa03994a22ed046bce49b0.tar.xz
nixlib-272b458b2911439102aa03994a22ed046bce49b0.tar.zst
nixlib-272b458b2911439102aa03994a22ed046bce49b0.zip
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 e5807c6c108b..d6d371bf5054 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 ];