nerdfix: 0.4.1 -> 0.4.2
This commit is contained in:
parent
9ef8694ce2
commit
55f55e3c0f
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user