This commit is contained in:
alejandro-angulo 2025-11-30 19:05:42 -08:00
parent b385cf3bee
commit 934bb34550
9 changed files with 126 additions and 98 deletions

View file

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