summary refs log tree commit diff
path: root/pkgs/development/libraries/minixml
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-09-27 13:47:39 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-09-27 13:47:39 -0700
commitb9c6124da0580073dd42f431ceb6acb3850d88e7 (patch)
tree4609b2f00c64720686a60f3db0635ee081356e3c /pkgs/development/libraries/minixml
parent96ac71d680fe8d07e51fa979b0818b9aae06e1ec (diff)
downloadnixpkgs-b9c6124da0580073dd42f431ceb6acb3850d88e7.tar
nixpkgs-b9c6124da0580073dd42f431ceb6acb3850d88e7.tar.gz
nixpkgs-b9c6124da0580073dd42f431ceb6acb3850d88e7.tar.bz2
nixpkgs-b9c6124da0580073dd42f431ceb6acb3850d88e7.tar.lz
nixpkgs-b9c6124da0580073dd42f431ceb6acb3850d88e7.tar.xz
nixpkgs-b9c6124da0580073dd42f431ceb6acb3850d88e7.tar.zst
nixpkgs-b9c6124da0580073dd42f431ceb6acb3850d88e7.zip
minixml: 3.0 -> 3.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mxml/versions
Diffstat (limited to 'pkgs/development/libraries/minixml')
-rw-r--r--pkgs/development/libraries/minixml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/minixml/default.nix b/pkgs/development/libraries/minixml/default.nix
index 5bdacbba11d..73b045aa964 100644
--- a/pkgs/development/libraries/minixml/default.nix
+++ b/pkgs/development/libraries/minixml/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "mxml";
-  version = "3.0";
+  version = "3.1";
 
   src = fetchFromGitHub {
     owner = "michaelrsweet";
     repo = "mxml";
     rev = "v${version}";
-    sha256 = "0madp2v2md3xq96aham91byns6qy4byd5pbg28q827fdahfhpmq7";
+    sha256 = "1kv36fxxh7bwfydhb90zjgsrvpyzvx1p5d0ayfvd3j8gip2rjhnp";
   };
 
   enableParallelBuilding = true;