misc
This commit is contained in:
parent
b385cf3bee
commit
934bb34550
9 changed files with 126 additions and 98 deletions
|
|
@ -7,11 +7,11 @@
|
|||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "catppuccin-swaync";
|
||||
version = "1.0.0";
|
||||
version = "1.0.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/catppuccin/swaync/releases/download/v${version}/${flavor}.css";
|
||||
hash = "sha256-Hie/vDt15nGCy4XWERGy1tUIecROw17GOoasT97kIfc=";
|
||||
url = "https://github.com/catppuccin/swaync/releases/download/v${version}/catppuccin-${flavor}.css";
|
||||
hash = "sha256-EKTAKCU9HlxrrVjNhyMRq7WGfz8DM9IFPUIEGl3nHbo=";
|
||||
};
|
||||
|
||||
donBuild = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue