deadnix: 0.1.8 -> 1.0.0

This commit is contained in:
amesgen 2022-12-22 13:31:30 +01:00
parent a7428fc296
commit 6dbe665d2a
No known key found for this signature in database
GPG key ID: 1A89EC203635A13D

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "deadnix";
version = "0.1.8";
version = "1.0.0";
src = fetchFromGitHub {
owner = "astro";
repo = "deadnix";
rev = "v${version}";
sha256 = "sha256-4IK+vv3R3UzF5anH1swypPIzXXZmTCJ2kS2eGUcYvLk=";
sha256 = "sha256-T8VwxHdy5KI2Kob5wYWGQOGYYJeSfWVPygIOe0PYUMY=";
};
cargoSha256 = "sha256-GmvSrU7wDOKc22GU43oFJoYCYiVKQ5Oe6qrLQXLtcyM=";
cargoSha256 = "sha256-0pe1zOHoNoAhCb0t8BnL7XewyoqOzVL5w3MTY8pUkUY=";
meta = with lib; {
description = "Find and remove unused code in .nix source files";