Unverified Commit 80f65998 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

capacities: 1.50.4 -> 1.52.6 (#442690)

parents aa3c1b2c 2a51afcf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@
}:
let
  pname = "capacities";
  version = "1.50.4";
  version = "1.52.6";
  name = "${pname}-${version}";

  src = fetchurl {
    url = "https://web.archive.org/web/20250519011655/https://capacities-desktop-app.fra1.cdn.digitaloceanspaces.com/capacities-${version}.AppImage";
    hash = "sha256-8sp6q86C36FbJ1azhX5QWbb2PmqJ/bbZQX31yzNByU4=";
    hash = "sha256-M5K2TxrB2Ut/wYKasl8EqbzLjFJrqjWfPIJTZV4fi4s=";
  };

  appimageContents = appimageTools.extractType2 {