about summary refs log tree commit diff
path: root/pkgs/applications/audio/rosegarden
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-22 08:56:35 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-12-22 08:56:35 -0800
commitdf856dd79910037f0ad611f4ed12316e489369f1 (patch)
treee9a33510be0b7b3f232e26615a47334a0b6f4643 /pkgs/applications/audio/rosegarden
parent911d1853ca990a7af6725105e7cda8c24cac025f (diff)
rosegarden: 18.06 -> 18.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rosegarden/versions
Diffstat (limited to 'pkgs/applications/audio/rosegarden')
-rw-r--r--pkgs/applications/audio/rosegarden/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/rosegarden/default.nix b/pkgs/applications/audio/rosegarden/default.nix
index 0b2bd9507e555..55e3b55472b84 100644
--- a/pkgs/applications/audio/rosegarden/default.nix
+++ b/pkgs/applications/audio/rosegarden/default.nix
@@ -3,12 +3,12 @@
 , liblo, liblrdf, libsamplerate, libsndfile, lirc ? null, qtbase }:
 
 stdenv.mkDerivation (rec {
-  version = "18.06";
+  version = "18.12";
   name = "rosegarden-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/rosegarden/${name}.tar.bz2";
-    sha256 = "04qc80sqb2ji42pq3mayhvqqn39hlxzymsywpbpzfpchr19chxx7";
+    sha256 = "15i9fm0vkn3wsgahaxqi1j5zs0wc0j3wdwml0x49084gk2p328vb";
   };
 
   patchPhase = ''