Skip to content

Instantly share code, notes, and snippets.

@LnL7
Created November 24, 2018 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LnL7/c71dc9a1ab11a72facd68c66c6d8f818 to your computer and use it in GitHub Desktop.
Save LnL7/c71dc9a1ab11a72facd68c66c6d8f818 to your computer and use it in GitHub Desktop.
self: super:
{
tt-rss-plugin-tumblr-gdpr = super.tt-rss-plugin-tumblr-gdpr.overrideAttrs (drv: rec {
name = "tt-rss-plugin-tumblr-gdpr-${version}";
version = "1.3";
src = super.fetchFromGitHub {
owner = "GregThib";
repo = "ttrss-tumblr-gdpr";
rev = "v${version}";
sha256 = "0000000000000000000000000000000000000000000000000000";
};
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment