Merge pull request #17355 from vrthra/pash
pash: 2015-11-06 -> 2016-07-06
This commit is contained in:
commit
06dafa1b4f
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildDotnetPackage rec {
|
buildDotnetPackage rec {
|
||||||
baseName = "pash";
|
baseName = "pash";
|
||||||
version = "git-2015-11-06";
|
version = "git-2016-07-06";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Pash-Project";
|
owner = "Pash-Project";
|
||||||
repo = "Pash";
|
repo = "Pash";
|
||||||
rev = "50695a28eaf6c8cbfdc8ecddd91923c64e07b618";
|
rev = "8d6a48f5ed70d64f9b49e6849b3ee35b887dc254";
|
||||||
sha256 = "17hs1f6ayk9qyyh1xsydk46n6na7flh2kbd36dynk86bnda5d3bn";
|
sha256 = "0c4wa8qi1zs01p9ck171jkw0n1rsymsrhpsb42gl7warwhpmv59f";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = "rm -rvf $src/Source/PashConsole/bin/*";
|
preConfigure = "rm -rvf $src/Source/PashConsole/bin/*";
|
||||||
@ -18,7 +18,7 @@ buildDotnetPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "An open source implementation of Windows PowerShell";
|
description = "An open source implementation of Windows PowerShell";
|
||||||
homepage = https://github.com/Pash-Project/Pash;
|
homepage = https://github.com/Pash-Project/Pash;
|
||||||
maintainers = [ maintainers.fornever ];
|
maintainers = [ maintainers.fornever maintainers.vrthra ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
license = with licenses; [ bsd3 gpl3 ];
|
license = with licenses; [ bsd3 gpl3 ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user