mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
electrum: fix sha256 for 3.2.3
I have checked pkgs.electrum.src against the GPG signature from https://download.electrum.org/3.2.3/Electrum-3.2.3.tar.gz.asc
This commit is contained in:
parent
9b111955ec
commit
fa0b1930fb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "https://download.electrum.org/${version}/Electrum-${version}.tar.gz";
|
||||
sha256 = "022iw4cq0c009wvqn7wd815jc0nv8198lq3cawn8h6c28hw2mhs1";
|
||||
sha256 = "139kzapas1l61w1in9f7c6ybricid4fzryfnvsrfhpaqh83ydn2c";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
|
|
Loading…
Reference in a new issue