clapgrep: 25.05+1 -> 25.07

R. Ryantm e48b448e 732a532b

+3 -3
+3 -3
pkgs/by-name/cl/clapgrep/package.nix
··· 24 25 stdenv.mkDerivation (finalAttrs: { 26 pname = "clapgrep"; 27 - version = "25.05+1"; 28 29 src = fetchFromGitHub { 30 owner = "luleyleo"; 31 repo = "clapgrep"; 32 tag = "v${finalAttrs.version}"; 33 - hash = "sha256-DL3voYSsNGjPb1CnPuJGg+7UgWYZO7cH5T2Z37BuDSE="; 34 }; 35 36 cargoDeps = rustPlatform.fetchCargoVendor { 37 inherit (finalAttrs) src; 38 - hash = "sha256-hTejIaXIAi8opZdE2X3vEi+VYoSti8RNB41ikVOWGPk="; 39 }; 40 41 nativeBuildInputs = [
··· 24 25 stdenv.mkDerivation (finalAttrs: { 26 pname = "clapgrep"; 27 + version = "25.07"; 28 29 src = fetchFromGitHub { 30 owner = "luleyleo"; 31 repo = "clapgrep"; 32 tag = "v${finalAttrs.version}"; 33 + hash = "sha256-XH0ei0x4QeCaVLDpRrHFgI6ExR5CSX7Pzg1PCrTyBec="; 34 }; 35 36 cargoDeps = rustPlatform.fetchCargoVendor { 37 inherit (finalAttrs) src; 38 + hash = "sha256-tKC3YgLECV3EMMzBLBPj0GntHk2oavXGpTwWG9EjH1U="; 39 }; 40 41 nativeBuildInputs = [