scanmem: 0.16 -> 0.17

This commit is contained in:
WilliButz 2018-01-20 17:06:23 +01:00
parent 7490d4d698
commit 4361cc5ffa
No known key found for this signature in database
GPG Key ID: 92582A10F1179CB2
1 changed files with 5 additions and 5 deletions

View File

@ -1,14 +1,14 @@
{ stdenv, autoconf, automake, intltool, libtool, fetchFromGitHub, readline }:
stdenv.mkDerivation rec {
version = "0.16";
version = "0.17";
name = "scanmem-${version}";
src = fetchFromGitHub {
owner = "scanmem";
repo = "scanmem";
rev = "v${version}";
sha256 = "131rx6cpnlz2x36r0ry80gqapmxpz2qc3h0040xhvp7ydmd4fyjd";
sha256 = "17p8sh0rj8yqz36ria5bp48c8523zzw3y9g8sbm2jwq7sc27i7s9";
};
nativeBuildInputs = [ autoconf automake intltool libtool ];