Merge pull request #123317 from fortuneteller2k/bump-discocss

discocss: 0.1.0 -> 0.1.1
This commit is contained in:
Sandro 2021-05-18 02:03:00 +02:00 committed by GitHub
commit 6ebea29392
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}