Skip to content

Commit

Permalink
wget2 overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
matthuszagh committed Aug 24, 2021
1 parent bc4f75d commit 76145e3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions overlays/wget2.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
final: prev:

{
wget2 = (prev.wget2.override { }).overrideAttrs (oldAttrs: {
src = prev.fetchFromGitLab {
owner = "gnuwget";
repo = "wget2";
rev = "7c7bbf2c2752f1038f10fb298330fe7c93811030";
sha256 = "sha256-dqtpnyy93Y43y+a6Y9nfnhb9x6H0IQ98/I/8kpTsgpc=";
};

patches = [ ];
});
}

0 comments on commit 76145e3

Please sign in to comment.