deadnix: 1.2.1 -> 1.3.1

changelog: https://github.com/astro/deadnix/compare/v1.2.1...v1.3.1
Signed-off-by: Pui Yong Qing <puiyongqing@gmail.com>
This commit is contained in:
Pui Yong Qing
2025-09-04 13:04:29 +08:00
parent 1db6d3c472
commit 6e88cb5011
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "deadnix";
version = "1.2.1";
version = "1.3.1";
src = fetchFromGitHub {
owner = "astro";
repo = "deadnix";
rev = "v${version}";
hash = "sha256-xaaXGzTd+t1GjD2KpiS/c8acv6bXufv/lTN+ACRGVJw=";
hash = "sha256-WrzIqt28RhoFYhCMu5oY5jAdGh0Gv5uryW/1jTX99aY=";
};
cargoHash = "sha256-unp5W2vatSS58O+nEAVsVBN99hgYRVc1OkD2vVandw0=";
cargoHash = "sha256-IgGuWIsDsiMqscO4B876iTCdrR+nI9bpTQOyxjCtjMk=";
meta = with lib; {
description = "Find and remove unused code in .nix source files";