cinnamon.bulky: 2.4 -> 2.5

This commit is contained in:
Bobby Rong
2022-09-06 09:37:57 +08:00
parent 33c884dde5
commit f68f6d4765
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "bulky";
version = "2.4";
version = "2.5";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "bulky";
rev = version;
hash = "sha256-ynPorkhT/LUkFGNRG6JLDYaQjNPm2vMzthvl0wr7J/M=";
hash = "sha256-WgpB/oMA3w7KO7KmkGXsl92siFGQo3Y4mLvMLTi54k8=";
};
nativeBuildInputs = [