cinnamon.bulky: 1.7 -> 1.9

This commit is contained in:
Maciej Krüger 2021-11-24 10:13:10 +01:00
parent df84399f53
commit 0733df83f8
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "bulky";
version = "1.7";
version = "1.9";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "bulky";
rev = version;
sha256 = "sha256-+3OoeuGuyiHWlUrxm5A7CmNR+ijxdlmecmvqk+i+h08=";
hash = "sha256-OCBFhlnEXZROp47KDiy7Y6l4GDVCCP+i1IFYQa7esyg=";
};
nativeBuildInputs = [