bulky: 3.7 -> 3.8

https://github.com/linuxmint/bulky/compare/3.7...3.8
This commit is contained in:
Bobby Rong 2025-08-01 00:06:40 +08:00
parent bc0d778483
commit 2f4801eb0d
No known key found for this signature in database

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "bulky";
version = "3.7";
version = "3.8";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "bulky";
rev = version;
hash = "sha256-8sSn/EXLs7UC4M6cNKtVUNwrHeV4dt3mvUCxQQQRaj0=";
hash = "sha256-LVrVgfYCcfaIFDPQu8cFr2+KkzXboDSjPwM5UIP4G9c=";
};
nativeBuildInputs = [