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

monero-gui: 0.18.3.2 -> 0.18.3.3
This commit is contained in:
rewine 2024-04-06 23:22:55 +08:00 committed by GitHub
commit 96038c2574
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "monero-gui"; pname = "monero-gui";
version = "0.18.3.2"; version = "0.18.3.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "monero-project"; owner = "monero-project";
repo = "monero-gui"; repo = "monero-gui";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-7/pJcEWc7zujegBnlRDMOfYpVuUDMGsQO805nYgN5PY="; hash = "sha256-6qadBm4bPui11OVY1tLFcHsfswXWBFiJvutIsF6EfX8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [