File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/shells/nushell/plugins Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111
1212rustPlatform . 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 [
You can’t perform that action at this time.
0 commit comments