summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-31 23:27:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-31 23:27:20 +0000
commit83a6b120cbb1178ed849a0c6442fae423e364a3b (patch)
treebcf8022270f59a4d398cd40cc5c4f1c513b1a0db
parentefb7405702e62f6edbdcfcacd2ce3e56aa9de40a (diff)
downloadnixpkgs-83a6b120cbb1178ed849a0c6442fae423e364a3b.tar
nixpkgs-83a6b120cbb1178ed849a0c6442fae423e364a3b.tar.gz
nixpkgs-83a6b120cbb1178ed849a0c6442fae423e364a3b.tar.bz2
nixpkgs-83a6b120cbb1178ed849a0c6442fae423e364a3b.tar.lz
nixpkgs-83a6b120cbb1178ed849a0c6442fae423e364a3b.tar.xz
nixpkgs-83a6b120cbb1178ed849a0c6442fae423e364a3b.tar.zst
nixpkgs-83a6b120cbb1178ed849a0c6442fae423e364a3b.zip
medfile: 4.1.0 -> 4.1.1
-rw-r--r--pkgs/development/libraries/medfile/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/medfile/default.nix b/pkgs/development/libraries/medfile/default.nix
index c8ff0c05ade..1ef091a5d85 100644
--- a/pkgs/development/libraries/medfile/default.nix
+++ b/pkgs/development/libraries/medfile/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "medfile";
-  version = "4.1.0";
+  version = "4.1.1";
 
   src = fetchurl {
     url = "http://files.salome-platform.org/Salome/other/med-${version}.tar.gz";
-    sha256 = "1khzclkrd1yn9mz3g14ndgpsbj8j50v8dsjarcj6kkn9zgbbazc4";
+    sha256 = "sha256-3CtdVOvwZm4/8ul0BB0qsNqQYGEyNTcCOrFl1XM4ndA=";
   };
 
   patches = [