Skip to content

Commit 5fb0850

Browse files
committedMar 25, 2025
dl-librescore: transform from rec to finalAttrs
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 parent 1aa66fb commit 5fb0850

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/by-name/dl/dl-librescore/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
, cctools
77
}:
88

9-
buildNpmPackage rec {
9+
buildNpmPackage (finalAttrs: {
1010
pname = "dl-librescore";
1111
version = "0.35.29";
1212

1313
src = fetchFromGitHub {
1414
owner = "LibreScore";
1515
repo = "dl-librescore";
16-
rev = "v${version}";
16+
rev = "v${finalAttrs.version}";
1717
hash = "sha256-DwDlGTFdqAAsEWrhnieuaeYQ0N8COB/7b49xPJackJQ=";
1818
};
1919

@@ -41,4 +41,4 @@ buildNpmPackage rec {
4141
mainProgram = "dl-librescore";
4242
maintainers = [ ];
4343
};
44-
}
44+
})

0 commit comments

Comments
 (0)
Failed to load comments.