Skip to content

Commit

Permalink
firedragon: init at 11.15.0-1; test
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Aug 4, 2024
1 parent 2e7420c commit dccb23a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ in

src = fetchurl {
url = "https://gitlab.com/api/v4/projects/55893651/packages/generic/firedragon/${packageVersion}/firedragon-v${packageVersion}.source.tar.zst";
hash = "sha256-QoKWjnfH1AKhNWBKt9XhVbvDTL/s7xjLjEZAhtyKPD0=";
inherit (current) hash;
};

# Must match the contents of `browser/config/version.txt` in the source tree
Expand Down
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30622,6 +30622,8 @@ with pkgs;
libName = "librewolf";
};

firedragon-unwrapped = callPackage ../applications/networking/browsers/firedragon {};

firedragon = wrapFirefox firedragon-unwrapped { libName = "firedragon"; };

firefox_decrypt = python3Packages.callPackage ../tools/security/firefox_decrypt { };
Expand Down

0 comments on commit dccb23a

Please sign in to comment.