Skip to content

Commit

Permalink
electron-cash: 4.3.1 -> 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itepastra committed Nov 6, 2024
1 parent 228fef9 commit d50723b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkgs/applications/misc/electron-cash/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

python3Packages.buildPythonApplication rec {
pname = "electron-cash";
version = "4.3.1";
version = "4.4.1";

src = fetchFromGitHub {
owner = "Electron-Cash";
repo = "Electron-Cash";
rev = "refs/tags/${version}";
sha256 = "sha256-xOyj5XerOwgfvI0qj7+7oshDvd18h5IeZvcJTis8nWo=";
sha256 = "sha256-4cKlDJRFHt+FQ1ycO1Jz/stdhj9omiLu2G2vk7WmsIc=";
};

build-system = with python3Packages; [
Expand Down Expand Up @@ -61,9 +61,6 @@ python3Packages.buildPythonApplication rec {
buildInputs = [ ] ++ lib.optional stdenv.hostPlatform.isLinux qtwayland;

postPatch = ''
substituteInPlace contrib/requirements/requirements.txt \
--replace-fail "qdarkstyle==2.6.8" "qdarkstyle<3"
substituteInPlace setup.py \
--replace-fail "(share_dir" "(\"share\""
'';
Expand Down

0 comments on commit d50723b

Please sign in to comment.