cinnamon.bulky: 2.6 -> 2.7

https://github.com/linuxmint/bulky/compare/2.6...2.7
This commit is contained in:
Bobby Rong 2022-12-16 21:39:54 +08:00
parent 15b5a6de0c
commit 37247ec532
No known key found for this signature in database

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "bulky";
version = "2.6";
version = "2.7";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "bulky";
rev = version;
hash = "sha256-OI7sIPMZOTmVoWj4Y7kEH0mxay4DwO5kPjclgRDVMus=";
hash = "sha256-Ps7ql6EAdoljQ6S8D2JxNSh0+jtEVZpnQv3fpvWkQSk=";
};
nativeBuildInputs = [