summary refs log tree commit diff
path: root/pkgs/shells/pash
diff options
context:
space:
mode:
authorRahul Gopinath <rahul@gopinath.org>2016-07-28 17:16:37 -0700
committerRahul Gopinath <rahul@gopinath.org>2016-07-28 17:16:37 -0700
commitfbf85ce15a59fd4ad902f8a67701bcebc2c41f25 (patch)
treebaa8106a5a84f8369fbfeeca3cbea97df4941c28 /pkgs/shells/pash
parent381967327ff7e9885a6ebd32b13580a8a95ee5fc (diff)
downloadnixpkgs-fbf85ce15a59fd4ad902f8a67701bcebc2c41f25.tar
nixpkgs-fbf85ce15a59fd4ad902f8a67701bcebc2c41f25.tar.gz
nixpkgs-fbf85ce15a59fd4ad902f8a67701bcebc2c41f25.tar.bz2
nixpkgs-fbf85ce15a59fd4ad902f8a67701bcebc2c41f25.tar.lz
nixpkgs-fbf85ce15a59fd4ad902f8a67701bcebc2c41f25.tar.xz
nixpkgs-fbf85ce15a59fd4ad902f8a67701bcebc2c41f25.tar.zst
nixpkgs-fbf85ce15a59fd4ad902f8a67701bcebc2c41f25.zip
pash: 2015-11-06 -> 2016-07-06
Diffstat (limited to 'pkgs/shells/pash')
-rw-r--r--pkgs/shells/pash/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/shells/pash/default.nix b/pkgs/shells/pash/default.nix
index 0b424c89777..78d508840ba 100644
--- a/pkgs/shells/pash/default.nix
+++ b/pkgs/shells/pash/default.nix
@@ -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 ];
   };