mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
xmloscopy: 0.1.2 -> 0.1.3
This commit is contained in:
parent
21e295079b
commit
a428849ce7
1 changed files with 3 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue