Unverified Commit 536220b6 authored by Oleksii Filonenko's avatar Oleksii Filonenko Committed by GitHub
Browse files

Merge pull request #236478 from adamcstephens/nushell/0.81.0

parents 212c6fbd 9b59981f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

rustPlatform.buildRustPackage (
  let
    version =  "0.80.0";
    version = "0.81.0";
    pname = "nushell";
  in {
  inherit version pname;
@@ -33,10 +33,10 @@ rustPlatform.buildRustPackage (
    owner = pname;
    repo = pname;
    rev = version;
    hash = "sha256-XPN2ziwQNOilYei9SQ+e8w7g90e7/qGXgU8Gb28c5Wc=";
    hash = "sha256-Hcr4mSx5qSMNe7/UTR6iXV3IyTBiRgfWS7vYf3FIxQA=";
  };

  cargoHash = "sha256-j3YYKEGB/fDQVQIsGx+/gjPQggtQ+7YcmGi1V7bJJqM=";
  cargoHash = "sha256-Xa8mQVz3uOw212aLlRfM4GmA0vjjt/5SjQ5biOLcqEc=";

  nativeBuildInputs = [ pkg-config ]
    ++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ]