Merge pull request #176889 from ModdedGamers/zellij-0-30-update
zellij: 0.29.1 -> 0.30.0
This commit is contained in:
commit
a59fd674fe
1 changed files with 4 additions and 4 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue