Skip to content

Commit 81efc1b

Browse files
authored
mixxx: 2.5.2 -> 2.5.3 (#439798)
1 parent 17e5465 commit 81efc1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/audio/mixxx/default.nix

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

5757
stdenv.mkDerivation rec {
5858
pname = "mixxx";
59-
version = "2.5.2";
59+
version = "2.5.3";
6060

6161
src = fetchFromGitHub {
6262
owner = "mixxxdj";
6363
repo = "mixxx";
6464
rev = version;
65-
hash = "sha256-dKk3n3KDindnLbON52SW5h4cz96WVi0OPjwA27HqQCI=";
65+
hash = "sha256-WmYoblIVygLnjNaFnRoEHmfnQcaBtIVOBZicEwD4NMw=";
6666
};
6767

6868
# Should be removed when bumping to 2.6.x

0 commit comments

Comments
 (0)