serpl: 0.3.4 -> 0.3.5

This commit is contained in:
R. Ryantm
2026-05-13 09:42:35 +00:00
parent 20e26bfefa
commit e7767ddbaa
+3 -3
View File
@@ -11,20 +11,20 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "serpl";
version = "0.3.4";
version = "0.3.5";
src = fetchFromGitHub {
owner = "yassinebridi";
repo = "serpl";
rev = finalAttrs.version;
hash = "sha256-lEvUS1RlZ4CvervzyfODsFqRJAiA6PyLNUVWhSoPMDY=";
hash = "sha256-GgyjLgkWKm189yScHf4Kz1YZLgW5e30IA9WPnwyypMA=";
};
buildFeatures = [ "ast_grep" ];
nativeBuildInputs = [ makeWrapper ];
cargoHash = "sha256-reeJsSNifPeDzqMKVpS1Pmyn9x1F+Vin/xy81d5rKVs=";
cargoHash = "sha256-UyvYh9kXrdUIpV3E5aydSNnWgBl2dPugy660GC15liQ=";
postFixup = ''
# Serpl needs ripgrep to function properly.