monero-gui: 0.18.4.2 -> 0.18.4.3

This commit is contained in:
Jaco Malan
2025-10-10 10:31:27 +02:00
parent 35e6c18779
commit 7d07fbe6b3

View File

@@ -28,13 +28,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "monero-gui"; pname = "monero-gui";
version = "0.18.4.2"; version = "0.18.4.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-FKQrB47q791lDaomI5A10qw1oGh5zp9TFPpFoX2ZAmc="; hash = "sha256-uByiwIyR1pVmIrmu0Jdwb7aZE07hop4bP+PuEvJaIrE=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [