cinnamon.bulky: 3.2 -> 3.3

This commit is contained in:
R. Ryantm 2024-06-19 00:22:36 +00:00 committed by Bobby Rong
parent dd7475aff8
commit 271ba4304e

View File

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