serpl: 0.1.34 -> 0.3.3 (#340529)

This commit is contained in:
Adam C. Stephens
2024-09-08 18:22:28 -04:00
committed by GitHub
+3 -3
View File
@@ -8,7 +8,7 @@
}:
let
pname = "serpl";
version = "0.1.34";
version = "0.3.3";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -16,12 +16,12 @@ rustPlatform.buildRustPackage {
owner = "yassinebridi";
repo = "serpl";
rev = version;
hash = "sha256-U6fcpFe95rM3GXu7OJhhGkpV1yQNUukqRpGeOtd8UhU=";
hash = "sha256-koD5aFqL+XVxc5Iq3reTYIHiPm0z7hAQ4K59IfbY4Hg=";
};
nativeBuildInputs = [ makeWrapper ];
cargoHash = "sha256-YAp7r7I/LX/4T93auGusTLPKpuZd3XzZ4HP6gOR0DZ0=";
cargoHash = "sha256-8XYEZQfoizVmOuh0hymzMj2UDiXNkSeHqBAWOqaMY84=";
postFixup = ''
# Serpl needs ripgrep to function properly.