babeltrace2: 2.1.1 -> 2.1.2

This commit is contained in:
R. Ryantm
2025-07-22 20:39:35 +00:00
parent d04876e8e9
commit 1620466af2
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "babeltrace2";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "efficios";
repo = "babeltrace";
rev = "v${version}";
hash = "sha256-ppSPly4HR/oemsX069o6VqwSB1AU1mKRwRepwPORf7I=";
hash = "sha256-4vqeIwCWEAzsHTdM2S2grF7F4vPqiWTeTEZpxsqf2g8=";
};
outputs = [