mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
blend2d: 0.10 -> 0.12
This commit is contained in:
parent
153de7be77
commit
31a97f9e95
1 changed files with 3 additions and 6 deletions
|
@ -8,16 +8,13 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "blend2d";
|
||||
# Note: this is an outdated version for pdf4qt, but vcpkg also uses it
|
||||
# See 'Commit Hashes' in https://blend2d.com/download.html for newest
|
||||
# If the newest version is needed, we can rename this package.
|
||||
version = "0.10";
|
||||
version = "0.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "blend2d";
|
||||
repo = "blend2d";
|
||||
rev = "452d549751188b04367b5af46c040cb737f5f76c";
|
||||
hash = "sha256-LDhnXsp/V1A3YqVyjBVaL7/V6Nhts/1E9hRhl2P293o=";
|
||||
rev = "717cbf4bc0f2ca164cf2f0c48f0497779241b6c5";
|
||||
hash = "sha256-L3wDsjy0cocncZqKLy8in2yirrFJoqU3tFBfeBxlhs0=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue