about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/monero-gui
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/blockchains/monero-gui')
-rw-r--r--pkgs/applications/blockchains/monero-gui/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/monero-gui/default.nix b/pkgs/applications/blockchains/monero-gui/default.nix
index 2f4edca7301c3..f9e07e5c5e5a0 100644
--- a/pkgs/applications/blockchains/monero-gui/default.nix
+++ b/pkgs/applications/blockchains/monero-gui/default.nix
@@ -57,8 +57,9 @@ stdenv.mkDerivation rec {
     # set monero-gui version
     substituteInPlace src/version.js.in \
        --replace '@VERSION_TAG_GUI@' '${version}'
-    substituteInPlace monero/src/version.cpp.in \
-      --replace '@VERSION_IS_RELEASE@' 'true'
+
+    # remove this line on the next release
+    rm cmake/Version.cmake
 
     # use monerod from the monero package
     substituteInPlace src/daemon/DaemonManager.cpp \