Skip to content

Commit

Permalink
catalyst-browser 3.9.5 -> 3.9.6
Browse files Browse the repository at this point in the history
Signed-off-by: jdev082 <[email protected]>
  • Loading branch information
jdev082 committed Dec 26, 2024
1 parent 2cc1074 commit 283a809
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/by-name/ca/catalyst-browser/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ let
in
stdenv.mkDerivation rec {
pname = "catalyst-browser";
version = "3.9.5";
version = "3.9.6";

src = fetchurl {
url = "https://github.com/CatalystDevOrg/Catalyst/releases/download/v${version}/catalyst-${version}.AppImage";
hash = "sha256-7lODV9qbl3gcJ5v/0EiJ2IgGCW7pY6RQFlMzClGt2DU=
";
hash = "sha256-aqEwVykPt6p3HjDAsr7N/+uHnEK5yTUAgCsaT7OmI0w=";
name = "catalyst-${version}.AppImage";
};

Expand Down

0 comments on commit 283a809

Please sign in to comment.