summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-28 06:57:03 +0100
committerGitHub <noreply@github.com>2020-11-28 06:57:03 +0100
commit8b59acd396b84c37b006366ddb48afd0c18cac69 (patch)
tree1616d9315d753bde077a7489ff0fd93540e9c3ed /pkgs/applications
parente2c2f9affb7b389161b4f6c6685efb641478357e (diff)
parent1d1ae0f8a7219f4da805d6f6983865b8ee89ee5d (diff)
Merge pull request #105210 from r-ryantm/auto-update/jamulus
jamulus: 3.6.0 -> 3.6.1
Diffstat (limited to 'pkgs/applications')
-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 1839aa9c7ada..4cc48b89f9c4 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.6.0";
+ version = "3.6.1";
src = fetchFromGitHub {
owner = "corrados";
repo = "jamulus";
rev = "r${stdenv.lib.replaceStrings [ "." ] [ "_" ] version}";
- sha256 = "06x9b2kjsgk8kddhif0x59nwzhnwjmq40x3w5nrphqaimqlrhlcf";
+ sha256 = "11rwgd2car7ziqa0vancb363m4ca94pj480jfxywd6d81139jl15";
};
nativeBuildInputs = [ pkg-config qmake ];