Skip to content

Commit 31a97f9

Browse files
committed
blend2d: 0.10 -> 0.12
1 parent 153de7b commit 31a97f9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pkgs/by-name/bl/blend2d/package.nix

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@
88

99
stdenv.mkDerivation {
1010
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";
11+
version = "0.12";
1512

1613
src = fetchFromGitHub {
1714
owner = "blend2d";
1815
repo = "blend2d";
19-
rev = "452d549751188b04367b5af46c040cb737f5f76c";
20-
hash = "sha256-LDhnXsp/V1A3YqVyjBVaL7/V6Nhts/1E9hRhl2P293o=";
16+
rev = "717cbf4bc0f2ca164cf2f0c48f0497779241b6c5";
17+
hash = "sha256-L3wDsjy0cocncZqKLy8in2yirrFJoqU3tFBfeBxlhs0=";
2118
};
2219

2320
outputs = [

0 commit comments

Comments
 (0)