Skip to content

Commit

Permalink
Merge pull request #202484 from NixOS/backport-202463-to-release-22.05
Browse files Browse the repository at this point in the history
[Backport release-22.05] python3Packages.monero: 1.0.1 -> 1.1.1
  • Loading branch information
prusnak authored Nov 23, 2022
2 parents 61514f2 + 707b07a commit f10cdcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/monero/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

buildPythonPackage rec {
pname = "monero";
version = "1.0.1";
version = "1.1.1";

src = fetchFromGitHub {
owner = "monero-ecosystem";
repo = "monero-python";
rev = "v${version}";
sha256 = "sha256-ZjAShIeGVVIKlwgSNPVSN7eaqhKu3wEpDP9wgBMOyZU=";
sha256 = "sha256-WIF3pFBOLgozYTrQHLzIRgSlT3dTZTe+7sF/dVjVdTo=";
};

postPatch = ''
Expand Down

0 comments on commit f10cdcf

Please sign in to comment.