serpl: 0.1.34 -> 0.3.3

This commit is contained in:
linsui 2024-09-08 22:41:37 +08:00
parent 2f46ad5dd5
commit c078d990ee

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.