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: fbf0d53c3c4a
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c02fe4620b79
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 2, 2019

  1. musescore: 3.0.5 -> 3.2.3

    suhr committed Sep 2, 2019
    Copy the full SHA
    cf4fa9f View commit details

Commits on Sep 3, 2019

  1. Merge pull request #67941 from suhr/musescore

    musescore: 3.0.5 ->  3.2.3
    mmahut authored Sep 3, 2019
    Copy the full SHA
    c02fe46 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/audio/musescore/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/audio/musescore/default.nix
Original file line number Diff line number Diff line change
@@ -6,11 +6,11 @@

mkDerivation rec {
pname = "musescore";
version = "3.0.5";
version = "3.2.3";

src = fetchzip {
url = "https://download.musescore.com/releases/MuseScore-${version}/MuseScore-${version}.zip";
sha256 = "1pbf6v0l3nixxr8k5igwhj09wnqvw92av6q6yjrbb3kyjh5br2d8";
url = "https://github.com/musescore/MuseScore/releases/download/v${version}/MuseScore-${version}.zip";
sha256 = "17mr0c8whw6vz86lp1j36rams4h8virc4z68fld0q3rpq6g05szs";
stripRoot = false;
};