nerdfix: 0.4.1 -> 0.4.2

This commit is contained in:
R. Ryantm 2024-11-24 02:26:47 +00:00
parent 9ef8694ce2
commit 55f55e3c0f

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "nerdfix";
version = "0.4.1";
version = "0.4.2";
src = fetchFromGitHub {
owner = "loichyan";
repo = "nerdfix";
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; {
description = "Nerdfix helps you to find/fix obsolete nerd font icons in your project";