cinnamon.bulky: 2.8 -> 2.9

https://github.com/linuxmint/bulky/compare/2.8...2.9
This commit is contained in:
Bobby Rong 2023-06-08 19:41:58 +08:00
parent e04a86f07c
commit 33e6485a1c
No known key found for this signature in database

View File

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