Merge pull request #243886 from iynaix/bump-wallust

wallust 2.4.1 -> 2.5.0
This commit is contained in:
Nick Cao 2023-07-19 19:03:41 -06:00 committed by GitHub
commit 6f8216a003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,18 +4,18 @@ let
repoUrl = "https://codeberg.org/explosion-mental/wallust"; repoUrl = "https://codeberg.org/explosion-mental/wallust";
in rustPlatform.buildRustPackage rec { in rustPlatform.buildRustPackage rec {
pname = "wallust"; pname = "wallust";
version = "2.4.1"; version = "2.5.0";
src = fetchgit { src = fetchgit {
url = "${repoUrl}.git"; url = "${repoUrl}.git";
rev = version; rev = version;
sha256 = "sha256-7zSUyj8Zzk8rsDe7ukPaV02HH7VQ+yjh+wM5TZzJxSA="; sha256 = "sha256-np03F4XxGFjWfxCKUUIm7Xlp1y9yjzkeb7F2I7dYttA=";
}; };
cargoSha256 = "sha256-toqt5vqEsflhqFargEcCXrb6ab748mn6k6/RH5d/3RA="; cargoSha256 = "sha256-yq51LQB53VKjMoNM3f/JzifEHSA69Jso2QYRsaplQfk=";
meta = with lib; { meta = with lib; {
description = "A better pywall"; description = "A better pywal";
homepage = repoUrl; homepage = repoUrl;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [onemoresuza]; maintainers = with maintainers; [onemoresuza];