Commit fb6410b1 authored by happysalada's avatar happysalada
Browse files

nushell: 0.79.0 -> 0.80.0

parent 4c5f59b5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

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

  cargoHash = "sha256-FqhN1t3n6j5czZ40JUFtsz4ZxTl7vpMTBhrR66M1DNw=";
  cargoHash = "sha256-j3YYKEGB/fDQVQIsGx+/gjPQggtQ+7YcmGi1V7bJJqM=";

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