Skip to content

Commit e4e0aad

Browse files
authored
bulky: 3.8 -> 3.9 (#437354)
2 parents 2882c07 + 190e5d4 commit e4e0aad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/bu/bulky/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
stdenv.mkDerivation rec {
1616
pname = "bulky";
17-
version = "3.8";
17+
version = "3.9";
1818

1919
src = fetchFromGitHub {
2020
owner = "linuxmint";
2121
repo = "bulky";
2222
rev = version;
23-
hash = "sha256-LVrVgfYCcfaIFDPQu8cFr2+KkzXboDSjPwM5UIP4G9c=";
23+
hash = "sha256-LrArLx0AOEaeAvLBVhV9ho5H+qeiaBfjs8+iV5W9u+w=";
2424
};
2525

2626
nativeBuildInputs = [

0 commit comments

Comments
 (0)