We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465ab8f commit 190e5d4Copy full SHA for 190e5d4
1 file changed
pkgs/by-name/bu/bulky/package.nix
@@ -14,13 +14,13 @@
14
15
stdenv.mkDerivation rec {
16
pname = "bulky";
17
- version = "3.8";
+ version = "3.9";
18
19
src = fetchFromGitHub {
20
owner = "linuxmint";
21
repo = "bulky";
22
rev = version;
23
- hash = "sha256-LVrVgfYCcfaIFDPQu8cFr2+KkzXboDSjPwM5UIP4G9c=";
+ hash = "sha256-LrArLx0AOEaeAvLBVhV9ho5H+qeiaBfjs8+iV5W9u+w=";
24
};
25
26
nativeBuildInputs = [
0 commit comments