lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #243886 from iynaix/bump-wallust

wallust 2.4.1 -> 2.5.0

authored by

Nick Cao and committed by
GitHub
6f8216a0 ae9f44c7

+4 -4
+4 -4
pkgs/applications/misc/wallust/default.nix
··· 4 4 repoUrl = "https://codeberg.org/explosion-mental/wallust"; 5 5 in rustPlatform.buildRustPackage rec { 6 6 pname = "wallust"; 7 - version = "2.4.1"; 7 + version = "2.5.0"; 8 8 9 9 src = fetchgit { 10 10 url = "${repoUrl}.git"; 11 11 rev = version; 12 - sha256 = "sha256-7zSUyj8Zzk8rsDe7ukPaV02HH7VQ+yjh+wM5TZzJxSA="; 12 + sha256 = "sha256-np03F4XxGFjWfxCKUUIm7Xlp1y9yjzkeb7F2I7dYttA="; 13 13 }; 14 14 15 - cargoSha256 = "sha256-toqt5vqEsflhqFargEcCXrb6ab748mn6k6/RH5d/3RA="; 15 + cargoSha256 = "sha256-yq51LQB53VKjMoNM3f/JzifEHSA69Jso2QYRsaplQfk="; 16 16 17 17 meta = with lib; { 18 - description = "A better pywall"; 18 + description = "A better pywal"; 19 19 homepage = repoUrl; 20 20 license = licenses.mit; 21 21 maintainers = with maintainers; [onemoresuza];