nerdfix: 0.4.1 -> 0.4.2 (#358602)

This commit is contained in:
Nick Cao 2024-11-24 08:32:37 -05:00 committed by GitHub
commit 9bd1d5605f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "nerdfix"; pname = "nerdfix";
version = "0.4.1"; version = "0.4.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "loichyan"; owner = "loichyan";
repo = "nerdfix"; repo = "nerdfix";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-5pUFj3K4yH/M8F+ZpCHFO3gEfxQ4pwxRa6uJbejrQxQ="; hash = "sha256-Mp8QFzMQXJEFIzkrmiW/wxMy/+WC4VqbPtWzE92z9Gc=";
}; };
cargoHash = "sha256-6S6NyX2hmkekgpuLaBjBxoybnqJpJXtqelJ+6YzxA0I="; cargoHash = "sha256-g3Y9yGvWoXPcthDX2/nfWVmNW5mJYILgrJc+Oy+M2fk=";
meta = with lib; { meta = with lib; {
description = "Nerdfix helps you to find/fix obsolete nerd font icons in your project"; description = "Nerdfix helps you to find/fix obsolete nerd font icons in your project";