cinnamon.bulky: 2.7 -> 2.8

https://github.com/linuxmint/bulky/compare/2.7...2.8
This commit is contained in:
Bobby Rong 2023-05-31 21:46:48 +08:00
parent 5e871d8aa6
commit 318dc3de9d
No known key found for this signature in database

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "bulky";
version = "2.7";
version = "2.8";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "bulky";
rev = version;
hash = "sha256-Ps7ql6EAdoljQ6S8D2JxNSh0+jtEVZpnQv3fpvWkQSk=";
hash = "sha256-DZjX4xPyA30TTyOX+VyGSY/FWPX2316CYImDWRma9r0=";
};
nativeBuildInputs = [