Skip to content

Commit

Permalink
ossia-score: 3.3.2 -> 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 10, 2025
1 parent ca65057 commit e3ef5ee
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 @@ -44,13 +44,13 @@

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

src = fetchFromGitHub {
owner = "ossia";
repo = "score";
rev = "v${finalAttrs.version}";
hash = "sha256-RMPsZIUZNWnnezxdZhW9oA0Cprb89NQhpwX9THHYN4M=";
hash = "sha256-UuU9WP8AIwNSipt9gikb5YY2mQpIbSENPv1vyIOLfVo=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit e3ef5ee

Please sign in to comment.