Merge pull request #117337 from r-ryantm/auto-update/jamulus

jamulus: 3.6.2 -> 3.7.0
This commit is contained in:
Ryan Mulligan 2021-03-23 21:12:06 -07:00 committed by GitHub
commit 9920c23215
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,12 +3,12 @@
mkDerivation rec {
pname = "jamulus";
version = "3.6.2";
version = "3.7.0";
src = fetchFromGitHub {
owner = "corrados";
repo = "jamulus";
rev = "r${lib.replaceStrings [ "." ] [ "_" ] version}";
sha256 = "sha256-b187Q8KXcU32C2hGFqs6R2CqWgmieq6ewQDx+elEgP4=";
sha256 = "sha256-8zCPT0jo4ExgmZWxGinumv3JauH4csM9DtuHmOiJQAM=";
};
nativeBuildInputs = [ pkg-config qmake ];