Unverified Commit 1a4b7f7a authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

ossia-score: 3.5.1 -> 3.5.2 (#404553)

parents e0d91bd4 ed1c01e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,13 +44,13 @@

clangStdenv.mkDerivation (finalAttrs: {
  pname = "ossia-score";
  version = "3.5.1";
  version = "3.5.2";

  src = fetchFromGitHub {
    owner = "ossia";
    repo = "score";
    rev = "v${finalAttrs.version}";
    hash = "sha256-f4n1EPOAAAWyHJvbA2xF1ZpOd9sjo4NWG73EaDik78Q=";
    hash = "sha256-pm+CB1DMO5iyXzt4XR1OQUyTr37R007a64AHDbecJk0=";
    fetchSubmodules = true;
  };