We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85de798 + 954f0b7 commit bd24e29Copy full SHA for bd24e29
pkgs/by-name/se/serpl/package.nix
@@ -8,20 +8,20 @@
8
}:
9
let
10
pname = "serpl";
11
- version = "0.1.30";
+ version = "0.1.34";
12
in
13
rustPlatform.buildRustPackage {
14
inherit pname version;
15
src = fetchFromGitHub {
16
owner = "yassinebridi";
17
repo = "serpl";
18
rev = version;
19
- hash = "sha256-ZltOhlx9aPD5vO9eTpoXWR6qXUwB+jW+tATkwX9UlIU=";
+ hash = "sha256-U6fcpFe95rM3GXu7OJhhGkpV1yQNUukqRpGeOtd8UhU=";
20
};
21
22
nativeBuildInputs = [ makeWrapper ];
23
24
- cargoHash = "sha256-FDS9JOmOtWOajB1tSd7QyW/KutRujs+3KjXxlNktrDM=";
+ cargoHash = "sha256-YAp7r7I/LX/4T93auGusTLPKpuZd3XzZ4HP6gOR0DZ0=";
25
26
postFixup = ''
27
# Serpl needs ripgrep to function properly.
0 commit comments