libpfm: 4.9.0 -> 4.10.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libpfm/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - directory tree listing: https://gist.github.com/18a96cac8552cdaa20b1dc95f0a5dd0d - du listing: https://gist.github.com/b27b79dfd650b016fa859607d16859d9
This commit is contained in:
parent
3e3a9e661d
commit
3a2ffc7368
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "4.9.0";
|
version = "4.10.0";
|
||||||
name = "libpfm-${version}";
|
name = "libpfm-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/perfmon2/libpfm4/${name}.tar.gz";
|
url = "mirror://sourceforge/perfmon2/libpfm4/${name}.tar.gz";
|
||||||
sha256 = "1qp4g4n6dw42p2w5rkwzdb7ynk8h7g5vg01ybpmvxncgwa7bw3yv";
|
sha256 = "0bldxhcrpav04hi256fmf907gxhyck24j1p998v48zbhm6aykw94";
|
||||||
};
|
};
|
||||||
|
|
||||||
installFlags = "DESTDIR=\${out} PREFIX= LDCONFIG=true";
|
installFlags = "DESTDIR=\${out} PREFIX= LDCONFIG=true";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user