mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #123317 from fortuneteller2k/bump-discocss
discocss: 0.1.0 -> 0.1.1
This commit is contained in:
commit
6ebea29392
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "discocss";
|
||||
version = "0.1.0";
|
||||
version = "0.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mlvzk";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1818jca3sw2ngw1n488q82w5rakx4cxgknnkmsaa0sz4h8gldfy8";
|
||||
sha256 = "sha256-EdkcTVDFQppBeAoyM5hMMIK0d4B87JyVlmCW7zlGfDs=";
|
||||
};
|
||||
|
||||
dontBuild = true;
|
||||
|
@ -21,7 +21,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
description = "A tiny Discord css-injector";
|
||||
homepage = "https://github.com/mlvzk/discocss";
|
||||
license = licenses.mpl20;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ mlvzk ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue