Merge pull request #218170 from r-ryantm/auto-update/readstat
readstat: 1.1.8 -> 1.1.9
This commit is contained in:
commit
4be6baacfe
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "readstat";
|
name = "readstat";
|
||||||
version = "1.1.8";
|
version = "1.1.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "WizardMac";
|
owner = "WizardMac";
|
||||||
repo = "ReadStat";
|
repo = "ReadStat";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1r04lq45h1yn34v1mgfiqjfzyaqv4axqlby0nkandamcsqyhc7y4";
|
sha256 = "sha256-4lRJgZPB2gfaQ9fQKvDDpGhy1eDNT/nT1QmeZlCmCis=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
||||||
|
|
Loading…
Reference in a new issue