bulky: 3.5 -> 3.6 (#371642)

This commit is contained in:
Bobby Rong
2025-01-07 19:12:44 +08:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "bulky";
version = "3.5";
version = "3.6";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "bulky";
rev = version;
hash = "sha256-yGW2vEYGmd0FawbgB0lJoi5sId8MG9gNQa71wF1XupQ=";
hash = "sha256-+mA8b1PEfp151hks4T/I+dMYlJa6yYz1wWnafe+w9y8=";
};
nativeBuildInputs = [