Merge pull request #37086 from ryantm/auto-update/pshs

pshs: 0.3.2 -> 0.3.3
This commit is contained in:
Gabriel Ebner 2018-03-17 13:43:48 +01:00 committed by GitHub
commit 31becd8aad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "pshs-${version}";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "mgorny";
repo = "pshs";
rev = "v${version}";
sha256 = "1ffdyv5qiqdg3jq8y91fsml046g88d7fyy2k81yii11jw3yx2js0";
sha256 = "04l03myh99npl78y8nss053gnc7k8q60vdbdpml19sshmwaw3fgi";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];