Skip to content

Commit

Permalink
Merge pull request #169479 from raboof/nushell-0.60.0-to-0.61.0
Browse files Browse the repository at this point in the history
nushell: 0.60.0 -> 0.61.0
  • Loading branch information
Artturin authored Apr 21, 2022
2 parents 4c344da + 67e9ab5 commit ba0b39e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/shells/nushell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@

rustPlatform.buildRustPackage rec {
pname = "nushell";
version = "0.60.0";
version = "0.61.0";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "1qfqn2q2bam0jrr4yqq9rb29k8qj9w9g0j9x4n8h0zp28vn7c2bq";
sha256 = "sha256-1wTMXlFViJh/x+W7WqZ9uf1SV6X4er6SWO6qTjf9C94=";
};

cargoSha256 = "sha256-gZ9r1Ryp5a7MjG9yM0pGCBYtM4GylZg7Sg9wCiB+SW0=";
cargoSha256 = "sha256-aG5otxeVGBAi8uZd7xRnvwapfKT3kToBiYhFUTYIgHM=";

nativeBuildInputs = [ pkg-config ]
++ lib.optionals (withExtraFeatures && stdenv.isLinux) [ python3 ];
Expand Down

0 comments on commit ba0b39e

Please sign in to comment.