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

monero-gui: 0.17.1.5 -> 0.17.1.6
This commit is contained in:
Raghav Sood 2020-12-11 09:57:23 +00:00 committed by GitHub
commit 10fafe2125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,13 +27,13 @@ in
stdenv.mkDerivation rec {
pname = "monero-gui";
version = "0.17.1.5";
version = "0.17.1.6";
src = fetchFromGitHub {
owner = "monero-project";
repo = "monero-gui";
rev = "v${version}";
sha256 = "0qlcqli0wvrjfy89mbgh1hpmk60dxgn5sws93h8lhgyfwx557iw0";
sha256 = "0kn5wvx2psbdaqmy1cxlbf5l1mdpvh0b6hh9drah3s7nj3654a3r";
};
nativeBuildInputs = [