Merge pull request #223910 from figsoda/nerdfix

nerdfix: 0.1.0 -> 0.2.0
This commit is contained in:
Nikolay Korotkiy 2023-03-30 23:35:37 +04:00 committed by GitHub
commit 65d16363ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "nerdfix";
version = "0.1.0";
version = "0.2.0";
src = fetchFromGitHub {
owner = "loichyan";
repo = "nerdfix";
rev = "v${version}";
hash = "sha256-p6SXdMniUoAUcX4xQYBJ0Yfs0N29wITO0d7GpxavQP0=";
hash = "sha256-HNd2wx1nUzPPs+wQBU4FOgDBq4mcyigEPtGpT44VPzo=";
};
cargoHash = "sha256-GMpl4Gw9sbS2WEbf435fipYTghmJ8VsayiWxH1PhxA0=";
cargoHash = "sha256-rTDMg9TKHNqLjQztT/AhDYWNZjrRUk+/LM34ofYr/Ws=";
meta = with lib; {
description = "Nerdfix helps you to find/fix obsolete nerd font icons in your project";