Merge pull request #249313 from matthiasbeyer/update-mixxx

mixxx: 2.3.5 -> 2.3.6

authored by

Matthias Beyer and committed by
GitHub
7ed214e1 27c6502c

+2 -2
+2 -2
pkgs/applications/audio/mixxx/default.nix
··· 52 53 mkDerivation rec { 54 pname = "mixxx"; 55 - version = "2.3.5"; 56 57 src = fetchFromGitHub { 58 owner = "mixxxdj"; 59 repo = "mixxx"; 60 rev = version; 61 - sha256 = "sha256-NAp7RoYSI6BRw7C0ejW4pCJJYx9BG8D+BGVCVTDrggQ="; 62 }; 63 64 nativeBuildInputs = [ cmake pkg-config ];
··· 52 53 mkDerivation rec { 54 pname = "mixxx"; 55 + version = "2.3.6"; 56 57 src = fetchFromGitHub { 58 owner = "mixxxdj"; 59 repo = "mixxx"; 60 rev = version; 61 + hash = "sha256-VdgCsd/7vMFUleOU0ESoZDQ8yhQSsLZADVi4XI76Ouw="; 62 }; 63 64 nativeBuildInputs = [ cmake pkg-config ];