Skip to content

Commit

Permalink
ossia-score: 3.2.4 -> 3.3.2
Browse files Browse the repository at this point in the history
Includes fixes for GCC 14.

(cherry picked from commit 7e6c181)
  • Loading branch information
emilazy committed Nov 25, 2024
1 parent d249880 commit 7e95760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/os/ossia-score/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@

clangStdenv.mkDerivation (finalAttrs: {
pname = "ossia-score";
version = "3.2.4";
version = "3.3.2";

src = fetchFromGitHub {
owner = "ossia";
repo = "score";
rev = "v${finalAttrs.version}";
hash = "sha256-O9v7hhBHVi4OuuCebG3bvjp/MOYu1iPv+lji/wS4O7o=";
hash = "sha256-RMPsZIUZNWnnezxdZhW9oA0Cprb89NQhpwX9THHYN4M=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 7e95760

Please sign in to comment.