babeltrace2: 2.1.1 -> 2.1.2 (#427563)

This commit is contained in:
Nick Cao
2025-07-23 16:39:09 -04:00
committed by GitHub
+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 = [