0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

clapgrep: 25.04 -> 25.05+1

This commit is contained in:
R. Ryantm 2025-05-13 18:03:23 +00:00
parent 5f296019ea
commit f014f84221

View file

@ -39,13 +39,13 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "clapgrep"; pname = "clapgrep";
version = "25.04"; version = "25.05+1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "luleyleo"; owner = "luleyleo";
repo = "clapgrep"; repo = "clapgrep";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-mx52z+YpHdq4zSmH1d3KlNhj3ezpoWMGB0FEr4B20sg="; hash = "sha256-DL3voYSsNGjPb1CnPuJGg+7UgWYZO7cH5T2Z37BuDSE=";
}; };
cargoDeps = rustPlatform.fetchCargoVendor { cargoDeps = rustPlatform.fetchCargoVendor {