Unverified Commit 25b41fa5 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

eigenwallet: 3.6.7 -> 3.7.0 (#496912)

parents da425a7c 8e6e532b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,11 +12,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "eigenwallet";
  version = "3.6.7";
  version = "3.7.0";

  src = fetchurl {
    url = "https://github.com/eigenwallet/core/releases/download/${finalAttrs.version}/eigenwallet_${finalAttrs.version}_amd64.deb";
    hash = "sha256-kIu0TLFw5hxUnCItgSNB+XuxpC1gKXvu+k4vQH1UitA=";
    hash = "sha256-0iLO9D2Xvgn2bkTbl6c/XGBRJm3t4AuoYRlCZaxHneo=";
  };

  nativeBuildInputs = [