summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-04-01 18:15:42 +0000
committerGitHub <noreply@github.com>2021-04-01 18:15:42 +0000
commit78b864aeee30d8a68b5b8ac883cf258e3055c518 (patch)
tree96d4fa14750296286a6172ee2bd4f5bc0fb1ea91 /pkgs/shells
parent85e9b4acf4827a4bca98af080ff51ca160586e14 (diff)
parent0e679de5e7d274a6076f4fbc345f423155946ace (diff)
downloadnixpkgs-78b864aeee30d8a68b5b8ac883cf258e3055c518.tar
nixpkgs-78b864aeee30d8a68b5b8ac883cf258e3055c518.tar.gz
nixpkgs-78b864aeee30d8a68b5b8ac883cf258e3055c518.tar.bz2
nixpkgs-78b864aeee30d8a68b5b8ac883cf258e3055c518.tar.lz
nixpkgs-78b864aeee30d8a68b5b8ac883cf258e3055c518.tar.xz
nixpkgs-78b864aeee30d8a68b5b8ac883cf258e3055c518.tar.zst
nixpkgs-78b864aeee30d8a68b5b8ac883cf258e3055c518.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/nushell/default.nix6
-rw-r--r--pkgs/shells/oil/default.nix1
2 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix
index 3b570c89ae4..70022b5c2a8 100644
--- a/pkgs/shells/nushell/default.nix
+++ b/pkgs/shells/nushell/default.nix
@@ -15,16 +15,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "nushell";
-  version = "0.28.0";
+  version = "0.29.0";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = version;
-    sha256 = "sha256-8mS4Yvzyka85ZkV2LT68h4EGmumQtYpOxCIDRqa3fk0=";
+    sha256 = "sha256-RZz8hmcLOJRz0HpPXc3121B1UcbtDgCFv8Zdv29E+XQ=";
   };
 
-  cargoSha256 = "sha256-jbziXOrmHkZPp3YkPJypNj7l62Q6nKyamBBYjlfYiVE=";
+  cargoSha256 = "sha256-V6Qdg8xSm2/6BbSEOH5mH92Gjx+xy0J2CZ9FQxmhI88=";
 
   nativeBuildInputs = [ pkg-config ]
     ++ lib.optionals (withStableFeatures && stdenv.isLinux) [ python3 ];
diff --git a/pkgs/shells/oil/default.nix b/pkgs/shells/oil/default.nix
index 78cef0df26f..9df88affb9f 100644
--- a/pkgs/shells/oil/default.nix
+++ b/pkgs/shells/oil/default.nix
@@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
     ];
 
     maintainers = with lib.maintainers; [ lheckemann alva ];
+    changelog = "https://www.oilshell.org/release/${version}/changelog.html";
   };
 
   passthru = {