Merge pull request #84239 from magnetophon/bshapr

bshapr: 0.7 -> 0.8
This commit is contained in:
Mario Rodas 2020-04-04 08:31:19 -05:00 committed by GitHub
commit 0a39c54fe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "BShapr";
version = "0.7";
version = "0.8";
src = fetchFromGitHub {
owner = "sjaehn";
repo = pname;
rev = "v${version}";
sha256 = "1422xay28jkmqlj5y4vhb57kljy6ysvxh20cxpfxm980m8n54gq5";
sha256 = "0jlq5rjicc4fxlpk869dg0l5bwwz8k9aj2wfk9v89b0qw8l8kaxl";
};
nativeBuildInputs = [ pkgconfig ];