about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-10-23 12:13:29 +0100
committerGitHub <noreply@github.com>2017-10-23 12:13:29 +0100
commitfd7fe95ee8e1515751d993432da767ccdf0ed319 (patch)
treec7bcba3b96566e967ad3f14feaa92217a5130325 /pkgs
parent346dcfdcf08f4db5ae2a4da54e2b943512336e34 (diff)
parent3983d79dc2f2d59c4a946857973151af6c15333a (diff)
downloadnixlib-fd7fe95ee8e1515751d993432da767ccdf0ed319.tar
nixlib-fd7fe95ee8e1515751d993432da767ccdf0ed319.tar.gz
nixlib-fd7fe95ee8e1515751d993432da767ccdf0ed319.tar.bz2
nixlib-fd7fe95ee8e1515751d993432da767ccdf0ed319.tar.lz
nixlib-fd7fe95ee8e1515751d993432da767ccdf0ed319.tar.xz
nixlib-fd7fe95ee8e1515751d993432da767ccdf0ed319.tar.zst
nixlib-fd7fe95ee8e1515751d993432da767ccdf0ed319.zip
Merge pull request #30710 from dywedir/ion
ion: 1.0.3 -> 1.0.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/shells/ion/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/shells/ion/default.nix b/pkgs/shells/ion/default.nix
index b7e42370125d..1333bfd873fa 100644
--- a/pkgs/shells/ion/default.nix
+++ b/pkgs/shells/ion/default.nix
@@ -4,16 +4,16 @@ with rustPlatform;
 
 buildRustPackage rec {
   name = "ion-${version}";
-  version = "1.0.3";
+  version = "1.0.5";
 
   src = fetchFromGitHub {
     owner = "redox-os";
     repo = "ion";
     rev = version;
-    sha256 = "0c2haw9qiwysyp1xj6qla8d6zpsdlygagzh86sk04c2b4ssyaca3";
+    sha256 = "0i0acl5nw254mw8dbfmb4792rr71is98a5wg32yylfnlrk7zlf8z";
   };
 
-  cargoSha256 = "0ydi44710as0bb442zryzx30nk4mscdw3gsahwprnsvvaril33rn";
+  cargoSha256 = "0ffp6r5jqyf9j8jd77vbvc6l3xm09ipbraj6av6iciw1sxskib33";
 
   meta = with stdenv.lib; {
     description = "Modern system shell with simple (and powerful) syntax";