pash: 2015-11-06 -> 2016-07-06

This commit is contained in:
Rahul Gopinath 2016-07-28 17:16:37 -07:00
parent 381967327f
commit fbf85ce15a

View file

@ -2,13 +2,13 @@
buildDotnetPackage rec {
baseName = "pash";
version = "git-2015-11-06";
version = "git-2016-07-06";
src = fetchFromGitHub {
owner = "Pash-Project";
repo = "Pash";
rev = "50695a28eaf6c8cbfdc8ecddd91923c64e07b618";
sha256 = "17hs1f6ayk9qyyh1xsydk46n6na7flh2kbd36dynk86bnda5d3bn";
rev = "8d6a48f5ed70d64f9b49e6849b3ee35b887dc254";
sha256 = "0c4wa8qi1zs01p9ck171jkw0n1rsymsrhpsb42gl7warwhpmv59f";
};
preConfigure = "rm -rvf $src/Source/PashConsole/bin/*";
@ -18,7 +18,7 @@ buildDotnetPackage rec {
meta = with stdenv.lib; {
description = "An open source implementation of Windows PowerShell";
homepage = https://github.com/Pash-Project/Pash;
maintainers = [ maintainers.fornever ];
maintainers = [ maintainers.fornever maintainers.vrthra ];
platforms = platforms.all;
license = with licenses; [ bsd3 gpl3 ];
};