Unverified Commit 6f266c52 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

vivictpp: 1.0.0 -> 1.1.0 (#344523)

parents fe52658f 58494bfe
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -4,10 +4,11 @@
, SDL2, SDL2_ttf
, freetype, harfbuzz
, ffmpeg
, cacert }:
, cacert
, zlib }:

let
  version = "1.0.0";
  version = "1.1.0";
  withSubprojects = stdenv.mkDerivation {
    name = "sources-with-subprojects";

@@ -15,7 +16,7 @@ let
      owner = "vivictorg";
      repo = "vivictpp";
      rev = "v${version}";
      hash = "sha256-dCtMjemEjXe63ELAfQhzJl3GecqWLcjL2y5Htn6hYgU=";
      hash = "sha256-ScuCOmcK714YXEHncizwj6EWdiNIJA1xRMn5gfmg4K4=";
    };

    nativeBuildInputs = [
@@ -33,9 +34,9 @@ let
    '';

    outputHashMode = "recursive";
    outputHash = "sha256-a7NBQJt5T+KwP8Djc8TQiVLNZF8UcXlXrv2G/dZ54aM=";
    outputHash = "sha256-/6nuTKjQEXfJlHkTkeX/A4PeGb8SOk6Q801gjx1SB6M=";
  };
in stdenv.mkDerivation rec {
in stdenv.mkDerivation {
  pname = "vivictpp";
  inherit version;

@@ -57,6 +58,7 @@ in stdenv.mkDerivation rec {
    freetype
    harfbuzz
    ffmpeg
    zlib
  ];

  preConfigure = ''
+0 −2
Original line number Diff line number Diff line
@@ -33211,8 +33211,6 @@ with pkgs;
      else null;
  };
  vivictpp = callPackage ../applications/video/vivictpp { };
  primusLib = callPackage ../tools/X11/primus/lib.nix {
    nvidia_x11 = linuxPackages.nvidia_x11.override { libsOnly = true; };
  };