Skip to content

Instantly share code, notes, and snippets.

@monokrome
Last active March 31, 2018 05:08
Show Gist options
  • Save monokrome/c4f3fa472b77c8894173186379238804 to your computer and use it in GitHub Desktop.
Save monokrome/c4f3fa472b77c8894173186379238804 to your computer and use it in GitHub Desktop.
self: super: {
super.dwm = super.dwm.overrideAttrs (oldAttrs: rec {
src = super.fetchurl {
url = "https://github.com/monokrome/dwm/archive/5fea8371b64aa1cdb493a9087a00ba09523a52a4.zip";
sha256 = "52fefe5a9244ee885575c0e7cb1d4e2278fd82e8cc985658d4b2baf3c631de1b";
};
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment