Loading pkgs/shells/nushell/default.nix +3 −5 Original line number Diff line number Diff line { stdenv , lib , fetchFromGitHub , fetchpatch , runCommand , rustPlatform , openssl , zlib Loading @@ -26,7 +24,7 @@ rustPlatform.buildRustPackage ( let version = "0.77.1"; version = "0.78.0"; pname = "nushell"; in { inherit version pname; Loading @@ -35,10 +33,10 @@ rustPlatform.buildRustPackage ( owner = pname; repo = pname; rev = version; sha256 = "sha256-MheKGfm72cxFtMIDj8VxEN4VFB1+tLoj+ujzL/7n8YI="; hash = "sha256-fxx34xTFan5DcKo/sxFq6JxObGFTs4myNM0WmL5hnl8="; }; cargoSha256 = "sha256-oUeoCAeVP2MBAhJfMptK+Z3n050cqpIIgnUroRVBYjg="; cargoHash = "sha256-VqM6SAzYqwSSo3csjNCvcrZGwemtVHEGvh8gufouMeQ="; nativeBuildInputs = [ pkg-config ] ++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ] Loading Loading
pkgs/shells/nushell/default.nix +3 −5 Original line number Diff line number Diff line { stdenv , lib , fetchFromGitHub , fetchpatch , runCommand , rustPlatform , openssl , zlib Loading @@ -26,7 +24,7 @@ rustPlatform.buildRustPackage ( let version = "0.77.1"; version = "0.78.0"; pname = "nushell"; in { inherit version pname; Loading @@ -35,10 +33,10 @@ rustPlatform.buildRustPackage ( owner = pname; repo = pname; rev = version; sha256 = "sha256-MheKGfm72cxFtMIDj8VxEN4VFB1+tLoj+ujzL/7n8YI="; hash = "sha256-fxx34xTFan5DcKo/sxFq6JxObGFTs4myNM0WmL5hnl8="; }; cargoSha256 = "sha256-oUeoCAeVP2MBAhJfMptK+Z3n050cqpIIgnUroRVBYjg="; cargoHash = "sha256-VqM6SAzYqwSSo3csjNCvcrZGwemtVHEGvh8gufouMeQ="; nativeBuildInputs = [ pkg-config ] ++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ] Loading