Merge pull request #192329 from r-ryantm/auto-update/monero-gui

monero-gui: 0.18.1.0 -> 0.18.1.1
This commit is contained in:
Jonas Heinrich 2022-09-22 11:42:31 +02:00 committed by GitHub
commit 18187caeb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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