cinnamon.bulky: 3.1 -> 3.2

This commit is contained in:
R. Ryantm 2024-01-05 05:10:35 +00:00 committed by Bobby Rong
parent 5f70a5cbca
commit 5280b6ef6c

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "bulky";
version = "3.1";
version = "3.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "bulky";
rev = version;
hash = "sha256-akEweZpnfNeLuiUK1peI83uYsjVrFeQ0Is/+bpdNwdU=";
hash = "sha256-Zt5J8+CYiPxp/e1wDaJp7R91vYJmGNqPQs39J/OIwiQ=";
};
nativeBuildInputs = [