libbraiding: 1.3.1 -> 1.3.2

(cherry picked from commit ed9839c27a)
This commit is contained in:
Mauricio Collares
2026-05-23 16:42:56 -03:00
committed by github-actions[bot]
parent 331eb8035d
commit 04de8ffd1d

View File

@@ -7,16 +7,14 @@
}:
stdenv.mkDerivation rec {
version = "1.3.1";
version = "1.3.2";
pname = "libbraiding";
src = fetchFromGitHub {
owner = "miguelmarco";
repo = "libbraiding";
# version 1.3.1 contains a typo in configure.ac, fixed in the next commit.
# TODO: remove if on upgrade
rev = if version == "1.3.1" then "b174832026c2412baec83277c461e4df71d8525c" else version;
hash = "sha256-ar/EiaMZuQRa1lr0sZPLRuk5K00j63TqNf0q0iuiKjw=";
rev = version;
hash = "sha256-Vo4nwzChjrI4PeNB+adPwDeL3gb++DEc4isX4/iDHMc=";
};
nativeBuildInputs = [