summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-27 17:35:36 +0000
committerBobby Rong <rjl931189261@126.com>2023-01-03 14:27:25 +0800
commitf78178fcc6215d71357332702992123030968710 (patch)
tree12883ab111e17d25fcb0cccb97f10891dbdb8fc1
parent4a2446fcf565b0de22a7426b0255f7932b6b57ca (diff)
downloadnixpkgs-f78178fcc6215d71357332702992123030968710.tar
nixpkgs-f78178fcc6215d71357332702992123030968710.tar.gz
nixpkgs-f78178fcc6215d71357332702992123030968710.tar.bz2
nixpkgs-f78178fcc6215d71357332702992123030968710.tar.lz
nixpkgs-f78178fcc6215d71357332702992123030968710.tar.xz
nixpkgs-f78178fcc6215d71357332702992123030968710.tar.zst
nixpkgs-f78178fcc6215d71357332702992123030968710.zip
rosegarden: 20.12 -> 22.12.1
-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 dd0112d8216..0a82a4671db 100644
--- a/pkgs/applications/audio/rosegarden/default.nix
+++ b/pkgs/applications/audio/rosegarden/default.nix
@@ -23,11 +23,11 @@
 
 stdenv.mkDerivation rec {
   pname = "rosegarden";
-  version = "20.12";
+  version = "22.12.1";
 
   src = fetchurl {
     url = "mirror://sourceforge/rosegarden/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-iGaEr8WFipV4I00fhFGI2xMBFPf784IIxNXs2hUTHFs=";
+    sha256 = "sha256-fqeif37lxJeBcI+cYVpRkZuJImSlmeZO3yzSNzPZkgY=";
   };
 
   postPhase = ''