cinnamon.bulky: 2.10 -> 3.0

https://github.com/linuxmint/bulky/compare/2.10...3.0
This commit is contained in:
Bobby Rong 2023-11-28 20:30:19 +08:00
parent e92039b55b
commit f9c72bdea4
No known key found for this signature in database

View File

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