cinnamon.bulky: 3.0 -> 3.1

https://github.com/linuxmint/bulky/compare/3.0...3.1
This commit is contained in:
Bobby Rong 2023-12-04 21:52:34 +08:00
parent 74065b1858
commit 223f390723
No known key found for this signature in database

View File

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