Skip to content

Commit bd24e29

Browse files
authored
Merge pull request #326434 from uncenter/pr-76d418ec
serpl: 0.1.30 -> 0.1.34
2 parents 85de798 + 954f0b7 commit bd24e29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/se/serpl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
}:
99
let
1010
pname = "serpl";
11-
version = "0.1.30";
11+
version = "0.1.34";
1212
in
1313
rustPlatform.buildRustPackage {
1414
inherit pname version;
1515
src = fetchFromGitHub {
1616
owner = "yassinebridi";
1717
repo = "serpl";
1818
rev = version;
19-
hash = "sha256-ZltOhlx9aPD5vO9eTpoXWR6qXUwB+jW+tATkwX9UlIU=";
19+
hash = "sha256-U6fcpFe95rM3GXu7OJhhGkpV1yQNUukqRpGeOtd8UhU=";
2020
};
2121

2222
nativeBuildInputs = [ makeWrapper ];
2323

24-
cargoHash = "sha256-FDS9JOmOtWOajB1tSd7QyW/KutRujs+3KjXxlNktrDM=";
24+
cargoHash = "sha256-YAp7r7I/LX/4T93auGusTLPKpuZd3XzZ4HP6gOR0DZ0=";
2525

2626
postFixup = ''
2727
# Serpl needs ripgrep to function properly.

0 commit comments

Comments
 (0)