Merge pull request #172940 from armeenm/bump-arc_unpacker

arc_unpacker: unstable-2021-05-17 -> unstable-2021-08-06
main
Robert Scott 2 years ago committed by GitHub
commit 47552f9e9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      pkgs/tools/archivers/arc_unpacker/default.nix
  2. 1
      pkgs/top-level/all-packages.nix

@ -3,16 +3,13 @@
stdenv.mkDerivation rec {
pname = "arc_unpacker";
version = "unstable-2021-05-17";
version = "unstable-2021-08-06";
src = fetchFromGitHub {
owner = "vn-tools";
repo = "arc_unpacker";
# Since the latest release (0.11) doesn't build, we've opened an upstream
# issue in https://github.com/vn-tools/arc_unpacker/issues/187 to ask if a
# a new release is upcoming
rev = "9c2781fcf3ead7641e873b65899f6abeeabb2fc8";
sha256 = "1xxrc9nww0rla3yh10z6glv05ax4rynwwbd0cdvkp7gyqzrv97xp";
rev = "456834ecf2e5686813802c37efd829310485c57d";
hash = "sha256-STbdWH7Mr3gpOrZvujblYrIIKEWBHzy1/BaNuh4teI8=";
};
nativeBuildInputs = [ cmake makeWrapper catch2 ];

@ -999,6 +999,7 @@ with pkgs;
arc_unpacker = callPackage ../tools/archivers/arc_unpacker {
boost = boost16x; # checkPhase fails with Boost 1.77
stdenv = if stdenv.cc.isGNU then gcc10Stdenv else stdenv;
};
adminer = callPackage ../servers/adminer { };

Loading…
Cancel
Save