1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

Merge pull request #89090 from r-ryantm/auto-update/pspg

This commit is contained in:
Oleksii Filonenko 2020-05-28 13:09:53 +03:00 committed by GitHub
commit d27e075ecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pspg";
version = "3.1.1";
version = "3.1.2";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = version;
sha256 = "1hs1cixk1jcx8br81c4drm1b56hwcq6jiww0ywrpdna475jv5vvw";
sha256 = "1x4x93c8qqalrhaah1rmrspr4gjcgf1sg6kplf9rg1c42mk672f8";
};
nativeBuildInputs = [ pkgconfig ];