serpl: 0.1.26 -> 0.1.30

This commit is contained in:
uncenter 2024-07-02 20:50:26 -04:00
parent 81b32b3a74
commit 5c0d5f5318
No known key found for this signature in database

View File

@ -8,7 +8,7 @@
}:
let
pname = "serpl";
version = "0.1.26";
version = "0.1.30";
in
rustPlatform.buildRustPackage {
inherit pname version;
@ -16,12 +16,12 @@ rustPlatform.buildRustPackage {
owner = "yassinebridi";
repo = "serpl";
rev = version;
hash = "sha256-ppF74VI0ceB4G/RLTa1phEy+tQ34r4hOMxqlK7YeLo0=";
hash = "sha256-ZltOhlx9aPD5vO9eTpoXWR6qXUwB+jW+tATkwX9UlIU=";
};
nativeBuildInputs = [ makeWrapper ];
cargoHash = "sha256-/TnuRRzeCPp8pqa/soGV0b3ZYp0cCbt3un6SjatSGp0=";
cargoHash = "sha256-FDS9JOmOtWOajB1tSd7QyW/KutRujs+3KjXxlNktrDM=";
postFixup = ''
# Serpl needs ripgrep to function properly.