Merge pull request #324331 from uncenter/chore/update-serpl

serpl: 0.1.26 -> 0.1.30
This commit is contained in:
Weijia Wang
2024-07-04 00:20:56 +02:00
committed by GitHub
+3 -3
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.