Skip to content

Commit

Permalink
orca: 47.2 → 47.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Jan 8, 2025
1 parent ef6d8cb commit a208e10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/or/orca/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@

python3.pkgs.buildPythonApplication rec {
pname = "orca";
version = "47.2";
version = "47.3";

format = "other";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
hash = "sha256-XmevNX9xmOoApEOByrTE+U5oJtbtgAZo85QWziqrjlo=";
url = "mirror://gnome/sources/orca/${lib.versions.major version}/orca-${version}.tar.xz";
hash = "sha256-GwsUW7aFzXTso+KMt7cJf5jRPuHMWLce3u06j5BFIxs=";
};

patches = [
Expand Down Expand Up @@ -93,7 +93,7 @@ python3.pkgs.buildPythonApplication rec {

passthru = {
updateScript = gnome.updateScript {
packageName = pname;
packageName = "orca";
};
};

Expand Down

0 comments on commit a208e10

Please sign in to comment.