lol

Merge pull request #231470 from magnetophon/ardour

ardour: 7.3 -> 7.4

authored by

Weijia Wang and committed by
GitHub
68232980 4c0d7807

+2 -2
+2 -2
pkgs/applications/audio/ardour/default.nix
··· 58 58 }: 59 59 stdenv.mkDerivation rec { 60 60 pname = "ardour"; 61 - version = "7.3"; 61 + version = "7.4"; 62 62 63 63 # We can't use `fetchFromGitea` here, as attempting to fetch release archives from git.ardour.org 64 64 # result in an empty archive. See https://tracker.ardour.org/view.php?id=7328 for more info. 65 65 src = fetchgit { 66 66 url = "git://git.ardour.org/ardour/ardour.git"; 67 67 rev = version; 68 - hash = "sha256-fDZGmKQ6qgENkq8NY/J67Jym+IXoOYs8DT4xyPXLcC4="; 68 + hash = "sha256-CUGhJi3ji0F6v41Y08sQvo7oKITOJ96ojdJL+FyCxmw="; 69 69 }; 70 70 71 71 bundledContent = fetchzip {