Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 220b8c0f7c41
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dfa2fb9624fb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 18, 2019

  1. rosegarden: 18.12 -> 19.06

    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
    r-ryantm committed Jun 18, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    fpletz Franz Pletz
    Copy the full SHA
    15de9d8 View commit details
  2. Merge pull request #63416 from r-ryantm/auto-update/rosegarden

    rosegarden: 18.12 -> 19.06
    ryantm authored Jun 18, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    fpletz Franz Pletz
    Copy the full SHA
    dfa2fb9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/audio/rosegarden/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/audio/rosegarden/default.nix
Original file line number Diff line number Diff line change
@@ -3,12 +3,12 @@
, liblo, liblrdf, libsamplerate, libsndfile, lirc ? null, qtbase }:

stdenv.mkDerivation (rec {
version = "18.12";
version = "19.06";
name = "rosegarden-${version}";

src = fetchurl {
url = "mirror://sourceforge/rosegarden/${name}.tar.bz2";
sha256 = "15i9fm0vkn3wsgahaxqi1j5zs0wc0j3wdwml0x49084gk2p328vb";
sha256 = "169qb58v2s8va59hzkih8nqb2aipsqlrbfs8q39ywqa8w5d60gcc";
};

patchPhase = ''