Skip to content

Commit

Permalink
monero-gui: 0.17.1.4 -> 0.17.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj committed Dec 6, 2020
1 parent 8a4ac3e commit 7e3fc72
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pkgs/applications/blockchains/monero-gui/default.nix
@@ -1,6 +1,5 @@
{ stdenv, wrapQtAppsHook, makeDesktopItem
, fetchFromGitHub
, fetchpatch
, cmake, qttools, pkgconfig
, qtbase, qtdeclarative, qtgraphicaleffects
, qtmultimedia, qtxmlpatterns
Expand Down Expand Up @@ -28,13 +27,13 @@ in

stdenv.mkDerivation rec {
pname = "monero-gui";
version = "0.17.1.4";
version = "0.17.1.5";

src = fetchFromGitHub {
owner = "monero-project";
repo = "monero-gui";
rev = "v${version}";
sha256 = "1ixjfdlvwr2an2s9jaql240bk7jpq5hhm5c4hww0bicyy3fp12ng";
sha256 = "0qlcqli0wvrjfy89mbgh1hpmk60dxgn5sws93h8lhgyfwx557iw0";
};

nativeBuildInputs = [
Expand All @@ -59,14 +58,7 @@ stdenv.mkDerivation rec {
chmod -R +w source/monero
'';

patches = [
./move-log-file.patch
# fix build failure due to invalid use of CMAKE_PREFIX_PATH
(fetchpatch {
url = "https://github.com/monero-project/monero-gui/commit/ef2be82c21b0934522ad8e110805b66f5948da1f.patch";
sha256 = "1rhazk2xwa5dv1cmkrkq8yr08qxslg4k929cvlliabrx20kbr5z5";
})
];
patches = [ ./move-log-file.patch ];

postPatch = ''
# set monero-gui version
Expand Down

0 comments on commit 7e3fc72

Please sign in to comment.