Merge pull request #252533 from wahjava/update-zellij

zellij: 0.38.0 -> 0.38.1

authored by

Matthias Beyer and committed by
GitHub
dc7fe607 b599a36b

+3 -3
+3 -3
pkgs/tools/misc/zellij/default.nix
··· 15 16 rustPlatform.buildRustPackage rec { 17 pname = "zellij"; 18 - version = "0.38.0"; 19 20 src = fetchFromGitHub { 21 owner = "zellij-org"; 22 repo = "zellij"; 23 rev = "v${version}"; 24 - hash = "sha256-+i4lY2VB/g6/dwN4dDwsiI+3R299ssBY90fpnvkVrXU="; 25 }; 26 27 - cargoHash = "sha256-m6qjzq9eWVNdG2N5g9uCa0EEKgZYqd9xSnPloIQSPgE="; 28 29 nativeBuildInputs = [ 30 mandown
··· 15 16 rustPlatform.buildRustPackage rec { 17 pname = "zellij"; 18 + version = "0.38.1"; 19 20 src = fetchFromGitHub { 21 owner = "zellij-org"; 22 repo = "zellij"; 23 rev = "v${version}"; 24 + hash = "sha256-3khMo5qMG0qonMnPvuErVYFohUrZLAkaxKZzkMHou8E="; 25 }; 26 27 + cargoHash = "sha256-d4UNkbp/ryN/VbK8VO8oYvZ1j6qHKeLRSDqgdT+zIeU="; 28 29 nativeBuildInputs = [ 30 mandown