bulky: 3.8 -> 3.9

This commit is contained in:
R. Ryantm
2025-08-27 00:49:50 +00:00
parent 465ab8f097
commit 190e5d4239
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "bulky";
version = "3.8";
version = "3.9";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "bulky";
rev = version;
hash = "sha256-LVrVgfYCcfaIFDPQu8cFr2+KkzXboDSjPwM5UIP4G9c=";
hash = "sha256-LrArLx0AOEaeAvLBVhV9ho5H+qeiaBfjs8+iV5W9u+w=";
};
nativeBuildInputs = [