zellij: 0.21.0 -> 0.22.0 (#150554)

authored by 0x4A6F and committed by GitHub bceb9cc8 fe961125

+3 -3
+3 -3
pkgs/tools/misc/zellij/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "zellij"; 15 - version = "0.21.0"; 15 + version = "0.22.0"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "zellij-org"; 19 19 repo = "zellij"; 20 20 rev = "v${version}"; 21 - sha256 = "1n033qvidahpfsp4k3x30sav3asldhjlsbydb23vg0v7bxjl2c2q"; 21 + sha256 = "sha256-bia1q2IPrlVeSLsD/HGkWwAUW8THAuzXQR2Iw0v8TKM="; 22 22 }; 23 23 24 - cargoSha256 = "1pjmlwx966pgri58xx2zqr84wili0bzpl9gzhjdkvcx0j1f66anb"; 24 + cargoSha256 = "sha256-ptM0QrrWFy9rb/CpLYuzRE48Wr429lcE9xnV8uA8mGs="; 25 25 26 26 nativeBuildInputs = [ 27 27 installShellFiles