2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-22 13:43:22 +00:00

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

jamulus: 3.7.0 -> 3.8.0
This commit is contained in:
Ryan Mulligan 2021-06-04 11:52:40 -07:00 committed by GitHub
commit 3a14105026
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.7.0";
version = "3.8.0";
src = fetchFromGitHub {
owner = "jamulussoftware";
repo = "jamulus";
rev = "r${lib.replaceStrings [ "." ] [ "_" ] version}";
sha256 = "sha256-8zCPT0jo4ExgmZWxGinumv3JauH4csM9DtuHmOiJQAM=";
sha256 = "sha256-Ni6N7XW34OFNuEkqBEgMcYGmIqb+UZ0uhLt/shRkWRs=";
};
nativeBuildInputs = [ pkg-config qmake ];