nix-search-cli: 0.2-unstable-2024-09-24 -> 0.3-unstable-2025-12-03

This commit is contained in:
Max Strübing 2025-10-11 13:16:04 +00:00
parent b38848f4e2
commit 0edccff9ed
No known key found for this signature in database
GPG key ID: 5DFF6D1F2B08D962

View file

@ -7,16 +7,16 @@
buildGoModule {
pname = "nix-search-cli";
version = "0.2-unstable-2024-09-24";
version = "0.3-unstable-2025-12-03";
src = fetchFromGitHub {
owner = "peterldowns";
repo = "nix-search-cli";
rev = "7d6b4c501ee448dc2e5c123aa4c6d9db44a6dd12";
hash = "sha256-0Zms/QVCUKxILLLJYsaodSW64DJrVr/yB13SnNL8+Wg=";
rev = "ab0d5156c1e3b383c250ff273639cd3dea6de2d9";
hash = "sha256-NGL9jj4y16+d0Es7aK1oxqAimZn7sdJDAxVkcY3CTcg=";
};
vendorHash = "sha256-RZuB0aRiMSccPhX30cGKBBEMCSvmC6r53dWaqDYbmyA=";
vendorHash = "sha256-VlJ2OuHOTqIJeGUm2NbBiz33i8QTxaZnnm0JkVGkw1U=";
passthru.updateScript = unstableGitUpdater { };