monero-{cli,gui}: 0.18.2.2 -> 0.18.3.1

This commit is contained in:
rnhmjoj 2023-10-12 11:16:48 +02:00
parent 32d507e98b
commit 7c2bcf14b5
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
2 changed files with 4 additions and 4 deletions

View File

@ -25,13 +25,13 @@ in
stdenv.mkDerivation rec {
pname = "monero-cli";
version = "0.18.2.2";
version = "0.18.3.1";
src = fetchFromGitHub {
owner = "monero-project";
repo = "monero";
rev = "v${version}";
sha256 = "6VI5D3vP6NKdrEE5qOpKnv1wr6AWriixdOxkAa8HaCQ=";
hash = "sha256-PYcSbwbuQm6/r9RH+vjDy7NW1AiKhK/DG1pYYt4/drg=";
};
patches = [

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "monero-gui";
version = "0.18.2.2";
version = "0.18.3.1";
src = fetchFromGitHub {
owner = "monero-project";
repo = "monero-gui";
rev = "v${version}";
sha256 = "c5+bgu+hF3mOwF3ZxksPMiYUFyDRMFLA3f5FWeLsSBU=";
hash = "sha256-1xgecaScGLFbv0V5QlpettdvCcb9+xu7eO/J9MyPzmY=";
};
nativeBuildInputs = [