summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-14 10:57:33 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-05-14 10:57:33 -0400
commit8e891e6ed47c6cffd9ebab6cce0835cb5f0a9b25 (patch)
treef6498b73e5b1201d1af141b53913d996d5f187a9 /pkgs/shells
parent3a4eda2e38fd80e6c9bd36606e9da16a47e41922 (diff)
parent640c9779968bb98a047aa2d59770a7d3daa35871 (diff)
downloadnixpkgs-8e891e6ed47c6cffd9ebab6cce0835cb5f0a9b25.tar
nixpkgs-8e891e6ed47c6cffd9ebab6cce0835cb5f0a9b25.tar.gz
nixpkgs-8e891e6ed47c6cffd9ebab6cce0835cb5f0a9b25.tar.bz2
nixpkgs-8e891e6ed47c6cffd9ebab6cce0835cb5f0a9b25.tar.lz
nixpkgs-8e891e6ed47c6cffd9ebab6cce0835cb5f0a9b25.tar.xz
nixpkgs-8e891e6ed47c6cffd9ebab6cce0835cb5f0a9b25.tar.zst
nixpkgs-8e891e6ed47c6cffd9ebab6cce0835cb5f0a9b25.zip
Merge remote-tracking branch 'upstream/master' into staging
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/xonsh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/xonsh/default.nix b/pkgs/shells/xonsh/default.nix
index a923602cdd7..8f117b788e7 100644
--- a/pkgs/shells/xonsh/default.nix
+++ b/pkgs/shells/xonsh/default.nix
@@ -2,13 +2,13 @@
 
 python3Packages.buildPythonApplication rec {
   name = "xonsh-${version}";
-  version = "0.6.1";
+  version = "0.6.3";
 
   src = fetchFromGitHub {
     owner = "scopatz";
     repo = "xonsh";
     rev = version;
-    sha256= "0lxjklwj267q0ikqab8p743sjvm44gq1w7mp80c7hgrn2ndvrypg";
+    sha256= "1893kkxvalx8ycjl27gixkh979kkp4ra00zb7m6a8cdllx6yhsgi";
   };
 
   LC_ALL = "en_US.UTF-8";