monero-gui: 0.18.3.2 -> 0.18.3.3

This commit is contained in:
R. Ryantm 2024-04-04 23:47:50 +00:00
parent a2d38866bd
commit ae5e67cea3
1 changed files with 2 additions and 2 deletions

View File

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