Unverified Commit bfa58af4 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #234008 from bobby285271/upd/orca

orca: 44.0 → 44.1
parents f6bcbd50 a6520b41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,13 +34,13 @@

buildPythonApplication rec {
  pname = "orca";
  version = "44.0";
  version = "44.1";

  format = "other";

  src = fetchurl {
    url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
    sha256 = "e8WX7AvBtnQgC2L995XUuulkemNxfXVN9hWHzCUFAs4=";
    sha256 = "9e1lUdcviXshJI1DMIWnuBesy7ApaoTD6FHZH7Lu5N4=";
  };

  patches = [