Skip to content

Commit 63272f4

Browse files
authored
nushellPlugins.highlight: 1.4.4+0.103.0 -> 1.4.5+0.104.0 (#404098)
2 parents c98ce46 + 2f11562 commit 63272f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/shells/nushell/plugins/highlight.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "nushell_plugin_highlight";
14-
version = "1.4.4+0.103.0";
14+
version = "1.4.5+0.104.0";
1515

1616
src = fetchFromGitHub {
1717
repo = "nu-plugin-highlight";
1818
owner = "cptpiepmatz";
1919
rev = "refs/tags/v${version}";
20-
hash = "sha256-XxYsxoHeRhZ4A52ctyJZVqJ40J3M3R42NUetZZIbk0w=";
20+
hash = "sha256-B2CkdftlxczA6KHJsNmbPH7Grzq4MG7r6CRMvVTMkzQ=";
2121
fetchSubmodules = true;
2222
};
2323

2424
useFetchCargoVendor = true;
25-
cargoHash = "sha256-y0SCpDU1GM5JrixOffP1DRGtaXZsBjr7fYgYxhn4NDg=";
25+
cargoHash = "sha256-3bLATtK9r4iVpxdbg5eCvzeGpIqWMl/GTDGCORuQfgY=";
2626

2727
nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];
2828
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [

0 commit comments

Comments
 (0)