Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0b0760b5e0a8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0d0c68e43b80
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 2, 2021

  1. Copy the full SHA
    be49ff7 View commit details
  2. Merge pull request #108183 from sternenseemann/hxcpp-4.1.15

    haxePackages.hxcpp: 3.4.64 -> 4.1.15
    SuperSandro2000 authored Jan 2, 2021
    Copy the full SHA
    0d0c68e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/top-level/haxe-packages.nix
4 changes: 2 additions & 2 deletions pkgs/top-level/haxe-packages.nix
Original file line number Diff line number Diff line change
@@ -61,8 +61,8 @@ let

hxcpp = buildHaxeLib rec {
libname = "hxcpp";
version = "3.4.64";
sha256 = "04gyjm6wqmsm0ifcfkxmq1yv8xrfzys3z5ajqnvvjrnks807mw8q";
version = "4.1.15";
sha256 = "1ybxcvwi4655563fjjgy6xv5c78grjxzadmi3l1ghds48k1rh50p";
postFixup = ''
for f in $out/lib/haxe/${withCommas libname}/${withCommas version}/{,project/libs/nekoapi/}bin/Linux{,64}/*; do
chmod +w "$f"