From 6e88cb5011552501be84cb9fbfc9f5363bd8ad84 Mon Sep 17 00:00:00 2001 From: Pui Yong Qing Date: Thu, 4 Sep 2025 11:48:43 +0800 Subject: [PATCH] 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 --- pkgs/by-name/de/deadnix/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/de/deadnix/package.nix b/pkgs/by-name/de/deadnix/package.nix index b58824611859..d98aba30c621 100644 --- a/pkgs/by-name/de/deadnix/package.nix +++ b/pkgs/by-name/de/deadnix/package.nix @@ -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";