mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47:31 -08:00
9 lines
269 B
Nix
9 lines
269 B
Nix
self: super: {
|
|
appgate-sdp = super.appgate-sdp.overrideAttrs (old: {
|
|
src = super.fetchurl {
|
|
url = "https://bin.appgate-sdp.com/6.4/client/appgate-sdp_6.4.0_amd64.deb";
|
|
sha256 = "sha256-0h6Mz3B7fADGL5tGbrKNYpVIAvRu7Xx0n9OvjOeVCds=";
|
|
};
|
|
});
|
|
}
|