clapgrep: 25.10 -> 26.02

This commit is contained in:
R. Ryantm 2026-02-18 12:11:12 +00:00
parent 17eefbfdcd
commit be30d08dae

View file

@ -24,13 +24,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "clapgrep";
version = "25.10";
version = "26.02";
src = fetchFromGitHub {
owner = "luleyleo";
repo = "clapgrep";
tag = "v${finalAttrs.version}";
hash = "sha256-Y7XwS4jOj8WHi3ntLwPne86/ZVkdBaWrDtPmUcUG4XE=";
hash = "sha256-8OG3yVfmvAJN/e07r/2rij0tairE/hOdERDwqDt8fbk=";
};
cargoDeps = rustPlatform.fetchCargoVendor {