We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153de7b commit 31a97f9Copy full SHA for 31a97f9
pkgs/by-name/bl/blend2d/package.nix
@@ -8,16 +8,13 @@
8
9
stdenv.mkDerivation {
10
pname = "blend2d";
11
- # Note: this is an outdated version for pdf4qt, but vcpkg also uses it
12
- # See 'Commit Hashes' in https://blend2d.com/download.html for newest
13
- # If the newest version is needed, we can rename this package.
14
- version = "0.10";
+ version = "0.12";
15
16
src = fetchFromGitHub {
17
owner = "blend2d";
18
repo = "blend2d";
19
- rev = "452d549751188b04367b5af46c040cb737f5f76c";
20
- hash = "sha256-LDhnXsp/V1A3YqVyjBVaL7/V6Nhts/1E9hRhl2P293o=";
+ rev = "717cbf4bc0f2ca164cf2f0c48f0497779241b6c5";
+ hash = "sha256-L3wDsjy0cocncZqKLy8in2yirrFJoqU3tFBfeBxlhs0=";
21
};
22
23
outputs = [
0 commit comments