xmloscopy: 0.1.1 -> 0.1.2

Ugh this is embarassing
This commit is contained in:
Graham Christensen 2018-03-24 22:47:38 -04:00
parent 72a4c54c71
commit 6e4a51fe54
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C

View File

@ -6,7 +6,7 @@ docbook5
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "xmloscopy-${version}"; name = "xmloscopy-${version}";
version = "v0.1.1"; version = "v0.1.2";
buildInputs = [ buildInputs = [
makeWrapper makeWrapper
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
owner = "grahamc"; owner = "grahamc";
repo = "xmloscopy"; repo = "xmloscopy";
rev = version; rev = version;
sha256 = "01i9hr0hh87p4qxfqx4vhml2mpdqggq2326vy7nymm2d4xpa5i1i"; sha256 = "07fcnf1vv0x72lksl1v0frmlh73gca199ldqqbgdjpybjdffz456";
}; };
installPhase = '' installPhase = ''