about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-03-24 22:47:38 -0400
committerGraham Christensen <graham@grahamc.com>2018-03-24 22:47:51 -0400
commit6e4a51fe54df3e2965d15d9317460aaed17b0dbf (patch)
tree2c7f3c7d3ebd0d8cf21ead4866f950f6dbd7040d /pkgs/tools
parent72a4c54c71b1bebd974107fb792ad01e8ec9ce8e (diff)
downloadnixlib-6e4a51fe54df3e2965d15d9317460aaed17b0dbf.tar
nixlib-6e4a51fe54df3e2965d15d9317460aaed17b0dbf.tar.gz
nixlib-6e4a51fe54df3e2965d15d9317460aaed17b0dbf.tar.bz2
nixlib-6e4a51fe54df3e2965d15d9317460aaed17b0dbf.tar.lz
nixlib-6e4a51fe54df3e2965d15d9317460aaed17b0dbf.tar.xz
nixlib-6e4a51fe54df3e2965d15d9317460aaed17b0dbf.tar.zst
nixlib-6e4a51fe54df3e2965d15d9317460aaed17b0dbf.zip
xmloscopy: 0.1.1 -> 0.1.2
Ugh this is embarassing
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/text/xml/xmloscopy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/xml/xmloscopy/default.nix b/pkgs/tools/text/xml/xmloscopy/default.nix
index 8c25e677c8b9..337aa61af13a 100644
--- a/pkgs/tools/text/xml/xmloscopy/default.nix
+++ b/pkgs/tools/text/xml/xmloscopy/default.nix
@@ -6,7 +6,7 @@ docbook5
 }:
 stdenv.mkDerivation rec {
   name = "xmloscopy-${version}";
-  version = "v0.1.1";
+  version = "v0.1.2";
 
   buildInputs = [
     makeWrapper
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
     owner = "grahamc";
     repo = "xmloscopy";
     rev = version;
-    sha256 = "01i9hr0hh87p4qxfqx4vhml2mpdqggq2326vy7nymm2d4xpa5i1i";
+    sha256 = "07fcnf1vv0x72lksl1v0frmlh73gca199ldqqbgdjpybjdffz456";
   };
 
   installPhase = ''