scanmem: 0.15.2 -> 0.15.6
This commit is contained in:
parent
42996e63f8
commit
b8dc71ef8a
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, autoconf, automake, intltool, libtool, fetchFromGitHub, readline }:
|
{ stdenv, autoconf, automake, intltool, libtool, fetchFromGitHub, readline }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.15.2";
|
version = "0.15.6";
|
||||||
name = "scanmem-${version}";
|
name = "scanmem-${version}";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "scanmem";
|
owner = "scanmem";
|
||||||
repo = "scanmem";
|
repo = "scanmem";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0f93ac5rycf46q60flab5nl7ksadjls13axijg5j5wy1yif0k094";
|
sha256 = "16cw76ji3mp0sj8q0sz5wndavk10n0si1sm6kr5zpiws4sw047ii";
|
||||||
};
|
};
|
||||||
buildInputs = [ autoconf automake intltool libtool readline ];
|
buildInputs = [ autoconf automake intltool libtool readline ];
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/scanmem/scanmem";
|
homepage = "https://github.com/scanmem/scanmem";
|
||||||
description = "Memory scanner for finding and poking addresses in executing processes";
|
description = "Memory scanner for finding and poking addresses in executing processes";
|
||||||
maintainers = [ stdenv.lib.maintainers.chattered ];
|
maintainers = [ stdenv.lib.maintainers.chattered ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user