3
0
Fork 0
forked from mirrors/nixpkgs

cinnamon.bulky: 1.4 -> 1.6

This commit is contained in:
R. RyanTM 2021-06-30 09:40:10 +00:00
parent c9ea6baaf9
commit 5622fd5f6c

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "bulky";
version = "1.4";
version = "1.6";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "bulky";
rev = version;
sha256 = "sha256-i6OmkZGgZpfp8G2T6CDFQmIG/0V36YFbWBR7MvDi6Ew=";
sha256 = "sha256-cO6AhQ0g1N43du74fljfI1M68jb9N04FKUyzjbzC3K0=";
};
nativeBuildInputs = [