catppuccin-whiskers: 2.4.0 -> 2.5.0 (#340645)

This commit is contained in:
Nick Cao 2024-09-11 12:45:46 -04:00 committed by GitHub
commit 8ef9390d56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
{ lib, fetchFromGitHub, rustPlatform }:
let version = "2.4.0";
let version = "2.5.0";
in rustPlatform.buildRustPackage {
pname = "catppuccin-whiskers";
inherit version;
@ -8,10 +8,10 @@ in rustPlatform.buildRustPackage {
owner = "catppuccin";
repo = "whiskers";
rev = "refs/tags/v${version}";
hash = "sha256-rbPr5eSs99nS70J785SWO7tVBdiX/S7XUNHuo3aOQU4=";
hash = "sha256-HsHBMJPSoDhSNwjAR7LbFG4Za4H2H+7itqgiKRdb4M8=";
};
cargoHash = "sha256-T7dreELSHfJizfbJEvvgkOmkMwlOETZVUdLwRFJOJEo=";
cargoHash = "sha256-FpBgXP4kXSzrYP+ad+KubUG4NSDpyoaJwyReS86ETy8=";
meta = {
homepage = "https://github.com/catppuccin/whiskers";