summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/rresult
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-26 21:53:10 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-10-26 21:53:10 -0700
commit9c2b2dbd9d08d03d58432f0590d90e3fb916d76f (patch)
tree066931dec050a1675a0dcd960c0b236a2b32896e /pkgs/development/ocaml-modules/rresult
parentddebab3575e8bd95b23b744156c7f6ab23b563f1 (diff)
downloadnixpkgs-9c2b2dbd9d08d03d58432f0590d90e3fb916d76f.tar
nixpkgs-9c2b2dbd9d08d03d58432f0590d90e3fb916d76f.tar.gz
nixpkgs-9c2b2dbd9d08d03d58432f0590d90e3fb916d76f.tar.bz2
nixpkgs-9c2b2dbd9d08d03d58432f0590d90e3fb916d76f.tar.lz
nixpkgs-9c2b2dbd9d08d03d58432f0590d90e3fb916d76f.tar.xz
nixpkgs-9c2b2dbd9d08d03d58432f0590d90e3fb916d76f.tar.zst
nixpkgs-9c2b2dbd9d08d03d58432f0590d90e3fb916d76f.zip
ocamlPackages.rresult: 0.5.0 -> 0.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-rresult/versions
Diffstat (limited to 'pkgs/development/ocaml-modules/rresult')
-rw-r--r--pkgs/development/ocaml-modules/rresult/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/rresult/default.nix b/pkgs/development/ocaml-modules/rresult/default.nix
index d1a796a58e5..2cb602973f5 100644
--- a/pkgs/development/ocaml-modules/rresult/default.nix
+++ b/pkgs/development/ocaml-modules/rresult/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
 	name = "ocaml${ocaml.version}-rresult-${version}";
-	version = "0.5.0";
+	version = "0.6.0";
 	src = fetchurl {
 		url = "http://erratique.ch/software/rresult/releases/rresult-${version}.tbz";
-		sha256 = "1xxycxhdhaq8p9vhwi93s2mlxjwgm44fcxybx5vghzgbankz9yhm";
+		sha256 = "1k69a3gvrk7f2cshwjzvk7818f0bwxhacgd14wxy6d4gmrggci86";
 	};
 
 	unpackCmd = "tar xjf $src";