serpl: 0.3.5 -> 0.3.6 (#532725)

This commit is contained in:
Nick Cao
2026-06-17 20:44:34 +00:00
committed by GitHub
+3 -3
View File
@@ -11,20 +11,20 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "serpl";
version = "0.3.5";
version = "0.3.6";
src = fetchFromGitHub {
owner = "yassinebridi";
repo = "serpl";
rev = finalAttrs.version;
hash = "sha256-GgyjLgkWKm189yScHf4Kz1YZLgW5e30IA9WPnwyypMA=";
hash = "sha256-ooxAmpsBA3KD+n8kN1GuMpy2TZGjpZwpmFM90t7nxMw=";
};
buildFeatures = [ "ast_grep" ];
nativeBuildInputs = [ makeWrapper ];
cargoHash = "sha256-UyvYh9kXrdUIpV3E5aydSNnWgBl2dPugy660GC15liQ=";
cargoHash = "sha256-Y95Y2xo6lOsDj9Xqk1BTw3Ab2EGNUuhpKZ7BENKYyX8=";
postFixup = ''
# Serpl needs ripgrep to function properly.