likwid: 5.4.1 -> 5.5.0 (#462221)

This commit is contained in:
Vincent Laporte
2025-11-17 09:16:49 +00:00
committed by GitHub

View File

@@ -10,11 +10,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "likwid"; pname = "likwid";
version = "5.4.1"; version = "5.5.0";
src = fetchurl { src = fetchurl {
url = "https://ftp.fau.de/pub/likwid/likwid-${version}.tar.gz"; url = "https://ftp.fau.de/pub/likwid/likwid-${version}.tar.gz";
hash = "sha256-V3OFFFXbukieLjc1kx5RVHN3zReWyYKlrIjQ8imcCBE="; hash = "sha256-aIkk/gE0BwfCwxi3+GfuYPt1G5X0lUvILTofdqOhUFY=";
}; };
nativeBuildInputs = [ perl ]; nativeBuildInputs = [ perl ];