Merge pull request #176889 from ModdedGamers/zellij-0-30-update

zellij: 0.29.1 -> 0.30.0
This commit is contained in:
0x4A6F 2022-06-08 17:09:31 +02:00 committed by GitHub
commit a59fd674fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,16 +15,16 @@
rustPlatform.buildRustPackage rec {
pname = "zellij";
version = "0.29.1";
version = "0.30.0";
src = fetchFromGitHub {
owner = "zellij-org";
repo = "zellij";
rev = "v${version}";
sha256 = "sha256-KuelmMQdCazwTlolH5xvvNXZfzHQDUV6rrlk037GFb8=";
sha256 = "sha256-T2mkkE7z6AhHnn/77HcrvbY+32EOwE8jjh+veVOE1CY=";
};
cargoSha256 = "sha256-He8rMY8n15ZSF/GcbuYTx2JfZgqQnsZLfqP+lUYxnzw=";
cargoSha256 = "sha256-XTaQbMK7R43CE03niUaBzlYN4xRo7pUFdNYvUeA+MwA=";
nativeBuildInputs = [
mandown
@ -61,6 +61,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://zellij.dev/";
changelog = "https://github.com/zellij-org/zellij/blob/v${version}/Changelog.md";
license = with licenses; [ mit ];
maintainers = with maintainers; [ therealansh _0x4A6F abbe ];
maintainers = with maintainers; [ therealansh _0x4A6F abbe thehedgeh0g ];
};
}