Skip to content

Commit

Permalink
monero-gui: 0.18.1.0 -> 0.18.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 21, 2022
1 parent 9b6e32e commit 2bd070c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/monero-gui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
pname = "monero-gui";
version = "0.18.1.0";
version = "0.18.1.1";

src = fetchFromGitHub {
owner = "monero-project";
repo = "monero-gui";
rev = "v${version}";
sha256 = "sha256-XL7DV4YD/U6RiqgdYJf6zFfvJWlOx//4YVmnc51riiE=";
sha256 = "sha256-mxbr02Ba/BeUiAZujnBdXgJSaq6a/U4GM7rR7sZzTWc=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2bd070c

Please sign in to comment.