monero-gui: 0.17.3.2 -> 0.18.1.0

This commit is contained in:
Pavol Rusnak 2022-08-11 22:53:24 +02:00
parent 0ec615c46b
commit 749e42f16d
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "monero-gui";
version = "0.17.3.2";
version = "0.18.1.0";
src = fetchFromGitHub {
owner = "monero-project";
repo = "monero-gui";
rev = "v${version}";
sha256 = "10gincmgc0qpsgm94m1fqfy9j8jn9g1gjk12lcqnf77kvcnz37hq";
owner = "monero-project";
repo = "monero-gui";
rev = "v${version}";
sha256 = "sha256-XL7DV4YD/U6RiqgdYJf6zFfvJWlOx//4YVmnc51riiE=";
};
nativeBuildInputs = [