cinnamon.bulky: 2.9 -> 2.10

https://github.com/linuxmint/bulky/compare/2.9...2.10
This commit is contained in:
Bobby Rong 2023-07-08 11:42:12 +08:00
parent d84251b625
commit 9d8f13a0da
No known key found for this signature in database

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "bulky";
version = "2.9";
version = "2.10";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "bulky";
rev = version;
hash = "sha256-eCu7AgL4bzstu8vsqBJImRZm1qMVnnycuOShY5fB+C4=";
hash = "sha256-3hpg9a5HU7mSSlMOWvmB/p0Mlyla5PDiS0J9iYJLr6Q=";
};
nativeBuildInputs = [