carla: 2.5.3 -> 2.5.4

This commit is contained in:
R. Ryantm 2023-03-23 04:34:33 +00:00
parent 4c056723c4
commit f9604e3d34

View file

@ -26,13 +26,13 @@ assert withQt -> wrapQtAppsHook != null;
stdenv.mkDerivation rec {
pname = "carla";
version = "2.5.3";
version = "2.5.4";
src = fetchFromGitHub {
owner = "falkTX";
repo = pname;
rev = "v${version}";
hash = "sha256-J0C3GLdlLMkm3LHl6l3OI2rA73A6z5MMcNJ1I1T0pbI=";
hash = "sha256-St0+avF9/UzQj8T1eZq5HSmxnaK9+BXSuufyX0NJYbU=";
};
nativeBuildInputs = [