Loading pkgs/development/tools/build-managers/bear/default.nix +2 −8 Original line number Diff line number Diff line Loading @@ -17,13 +17,13 @@ stdenv.mkDerivation rec { pname = "bear"; version = "3.1.2"; version = "3.1.3"; src = fetchFromGitHub { owner = "rizsotto"; repo = pname; rev = version; sha256 = "sha256-x46BS+By5Zj5xeYRD45eXRDCAOqwpkkivVyJPnhkAMc="; hash = "sha256-1nZPzgLWcmaRkOUXdm16IW2Nw/p1w8GBGEfZX/v+En0="; }; nativeBuildInputs = [ cmake pkg-config ]; Loading @@ -44,12 +44,6 @@ stdenv.mkDerivation rec { patches = [ # Default libexec would be set to /nix/store/*-bear//nix/store/*-bear/libexec/... ./no-double-relative.patch # Fix compatiblity with fmt 10.0. Remove with the next release (fetchpatch { url = "https://github.com/rizsotto/Bear/commit/46a032fa0fc8131779ece13f26735ec84be891e8.patch"; hash = "sha256-zYKwQ5PLSTJ1hROGnTfP8xPoM0cBw6abAZLx6GxmdfI="; }) ]; meta = with lib; { Loading Loading
pkgs/development/tools/build-managers/bear/default.nix +2 −8 Original line number Diff line number Diff line Loading @@ -17,13 +17,13 @@ stdenv.mkDerivation rec { pname = "bear"; version = "3.1.2"; version = "3.1.3"; src = fetchFromGitHub { owner = "rizsotto"; repo = pname; rev = version; sha256 = "sha256-x46BS+By5Zj5xeYRD45eXRDCAOqwpkkivVyJPnhkAMc="; hash = "sha256-1nZPzgLWcmaRkOUXdm16IW2Nw/p1w8GBGEfZX/v+En0="; }; nativeBuildInputs = [ cmake pkg-config ]; Loading @@ -44,12 +44,6 @@ stdenv.mkDerivation rec { patches = [ # Default libexec would be set to /nix/store/*-bear//nix/store/*-bear/libexec/... ./no-double-relative.patch # Fix compatiblity with fmt 10.0. Remove with the next release (fetchpatch { url = "https://github.com/rizsotto/Bear/commit/46a032fa0fc8131779ece13f26735ec84be891e8.patch"; hash = "sha256-zYKwQ5PLSTJ1hROGnTfP8xPoM0cBw6abAZLx6GxmdfI="; }) ]; meta = with lib; { Loading