bulky: 3.6 -> 3.7

https://github.com/linuxmint/bulky/compare/3.6...3.7
This commit is contained in:
Bobby Rong
2025-07-26 10:44:53 +08:00
parent 33d3d008a8
commit 0073964778
+2 -3
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "bulky";
version = "3.6";
version = "3.7";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "bulky";
rev = version;
hash = "sha256-+mA8b1PEfp151hks4T/I+dMYlJa6yYz1wWnafe+w9y8=";
hash = "sha256-8sSn/EXLs7UC4M6cNKtVUNwrHeV4dt3mvUCxQQQRaj0=";
};
nativeBuildInputs = [
@@ -34,7 +34,6 @@ stdenv.mkDerivation rec {
(python3.withPackages (
p: with p; [
pygobject3
magic
setproctitle
unidecode
]