nerdfix: 0.2.0 -> 0.2.1
Diff: https://github.com/loichyan/nerdfix/compare/v0.2.0...v0.2.1 Changelog: https://github.com/loichyan/nerdfix/blob/v0.2.1/CHANGELOG.md
This commit is contained in:
parent
2dfbb7c889
commit
2b292f9d1f
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "nerdfix";
|
pname = "nerdfix";
|
||||||
version = "0.2.0";
|
version = "0.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "loichyan";
|
owner = "loichyan";
|
||||||
repo = "nerdfix";
|
repo = "nerdfix";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-HNd2wx1nUzPPs+wQBU4FOgDBq4mcyigEPtGpT44VPzo=";
|
hash = "sha256-bohN3RXGZObDSDsggKmqKdLx37o8llTwIcpDQIbxEUo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-rTDMg9TKHNqLjQztT/AhDYWNZjrRUk+/LM34ofYr/Ws=";
|
cargoHash = "sha256-T5t+PvzCKfwiKQR/WWKxcoulSRhTNdiLDfoLnKO2qJ0=";
|
||||||
|
|
||||||
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user