mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #14187 from mbakke/scanmem-0.15.6
scanmem: 0.15.2 -> 0.15.6
This commit is contained in:
commit
a096800676
@ -1,13 +1,13 @@
|
||||
{ stdenv, autoconf, automake, intltool, libtool, fetchFromGitHub, readline }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.15.2";
|
||||
version = "0.15.6";
|
||||
name = "scanmem-${version}";
|
||||
src = fetchFromGitHub {
|
||||
owner = "scanmem";
|
||||
repo = "scanmem";
|
||||
rev = "v${version}";
|
||||
sha256 = "0f93ac5rycf46q60flab5nl7ksadjls13axijg5j5wy1yif0k094";
|
||||
sha256 = "16cw76ji3mp0sj8q0sz5wndavk10n0si1sm6kr5zpiws4sw047ii";
|
||||
};
|
||||
buildInputs = [ autoconf automake intltool libtool readline ];
|
||||
preConfigure = ''
|
||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/scanmem/scanmem";
|
||||
description = "Memory scanner for finding and poking addresses in executing processes";
|
||||
maintainers = [ stdenv.lib.maintainers.chattered ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user