sherpa: 3.0.2 -> 3.0.3 (#472087)

This commit is contained in:
Dmitry Kalinkin
2026-01-05 19:09:31 +00:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "sherpa";
version = "3.0.2";
version = "3.0.3";
src = fetchFromGitLab {
owner = "sherpa-team";
repo = "sherpa";
tag = "v${version}";
hash = "sha256-VlC5MnbrXp2fdO2EtBjtw45Gx6PhF/hcLy0ajlKp10E=";
hash = "sha256-bh5C0BYbuAkbPrp27P0oD0yoxd53ViRtmpUKfN7kZ90=";
};
postPatch = lib.optionalString (stdenv.hostPlatform.libc == "glibc") ''