Unverified Commit 17618f45 authored by Bobby Rong's avatar Bobby Rong
Browse files
parent 66ae8b7d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@

python3.pkgs.buildPythonApplication rec {
  pname = "orca";
  version = "47.0";
  version = "47.1";

  format = "other";

  src = fetchurl {
    url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
    hash = "sha256-/B8wRN/iqfQgoCZJPoAOTGNMrIFM/UfuF/vP+GqyT/Q=";
    hash = "sha256-0H16zehWVUaXOp8pcwcy8xcmq2vJ3Mzq0uEgTX2ARO0=";
  };

  patches = [