summary refs log tree commit diff
path: root/pkgs/applications/audio/jamulus
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-06-04 08:49:15 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-06-04 08:49:15 +0000
commit6f1d053b0b1f6bc2f4141c5c54c3bc50673e212a (patch)
tree534c51efe17fcad27d10c660c0fa75e80b98099f /pkgs/applications/audio/jamulus
parent83d078209528f3c9ba29b4857d9725e761dc2f2c (diff)
downloadnixpkgs-6f1d053b0b1f6bc2f4141c5c54c3bc50673e212a.tar
nixpkgs-6f1d053b0b1f6bc2f4141c5c54c3bc50673e212a.tar.gz
nixpkgs-6f1d053b0b1f6bc2f4141c5c54c3bc50673e212a.tar.bz2
nixpkgs-6f1d053b0b1f6bc2f4141c5c54c3bc50673e212a.tar.lz
nixpkgs-6f1d053b0b1f6bc2f4141c5c54c3bc50673e212a.tar.xz
nixpkgs-6f1d053b0b1f6bc2f4141c5c54c3bc50673e212a.tar.zst
nixpkgs-6f1d053b0b1f6bc2f4141c5c54c3bc50673e212a.zip
jamulus: 3.7.0 -> 3.8.0
Diffstat (limited to 'pkgs/applications/audio/jamulus')
-rw-r--r--pkgs/applications/audio/jamulus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/jamulus/default.nix b/pkgs/applications/audio/jamulus/default.nix
index bf054b118e1..185df48ff6f 100644
--- a/pkgs/applications/audio/jamulus/default.nix
+++ b/pkgs/applications/audio/jamulus/default.nix
@@ -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 ];