sherpa: 3.0.1 -> 3.0.2 (#458451)

This commit is contained in:
Dmitry Kalinkin
2025-11-04 14:52:43 +00:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "sherpa";
version = "3.0.1";
version = "3.0.2";
src = fetchFromGitLab {
owner = "sherpa-team";
repo = "sherpa";
tag = "v${version}";
hash = "sha256-zrtu4LJIzNdUGmnQlvZytYgzESo8eYQIdfxBABgUbzs=";
hash = "sha256-VlC5MnbrXp2fdO2EtBjtw45Gx6PhF/hcLy0ajlKp10E=";
};
postPatch = lib.optionalString (stdenv.hostPlatform.libc == "glibc") ''