xmloscopy: 0.1.2 -> 0.1.3

This commit is contained in:
Graham Christensen 2019-08-05 21:55:29 -04:00
parent 21e295079b
commit a428849ce7
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -6,7 +6,7 @@ docbook5
}:
stdenv.mkDerivation rec {
name = "xmloscopy-${version}";
version = "0.1.2";
version = "0.1.3";
buildInputs = [
makeWrapper
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
owner = "grahamc";
repo = "xmloscopy";
rev = "v${version}";
sha256 = "07fcnf1vv0x72lksl1v0frmlh73gca199ldqqbgdjpybjdffz456";
sha256 = "06y5bckrmnq7b5ny2hfvlmdws910jw3xbw5nzy3bcpqsccqnjxrc";
};
installPhase = ''
@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/grahamc/xmloscopy;
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.grahamc ];
};
}