Skip to content

Commit

Permalink
Merge pull request #218170 from r-ryantm/auto-update/readstat
Browse files Browse the repository at this point in the history
readstat: 1.1.8 -> 1.1.9
  • Loading branch information
wegank authored Feb 26, 2023
2 parents 0f3ff3d + ed6c7c8 commit 4be6baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/math/readstat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "readstat";
version = "1.1.8";
version = "1.1.9";

src = fetchFromGitHub {
owner = "WizardMac";
repo = "ReadStat";
rev = "v${version}";
sha256 = "1r04lq45h1yn34v1mgfiqjfzyaqv4axqlby0nkandamcsqyhc7y4";
sha256 = "sha256-4lRJgZPB2gfaQ9fQKvDDpGhy1eDNT/nT1QmeZlCmCis=";
};

nativeBuildInputs = [ pkg-config autoreconfHook ];
Expand Down

0 comments on commit 4be6baa

Please sign in to comment.