From 00739647786eca36fd4c5fa282db864827194eef Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 26 Jul 2025 00:36:12 +0000 Subject: [PATCH] bulky: 3.6 -> 3.7 https://github.com/linuxmint/bulky/compare/3.6...3.7 --- pkgs/by-name/bu/bulky/package.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/bu/bulky/package.nix b/pkgs/by-name/bu/bulky/package.nix index ad37f1aaca59..8f3d19e2b1ea 100644 --- a/pkgs/by-name/bu/bulky/package.nix +++ b/pkgs/by-name/bu/bulky/package.nix @@ -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 ]