3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #78067 from r-ryantm/auto-update/BShapr

bshapr: 0.6 -> 0.7
This commit is contained in:
Ryan Mulligan 2020-01-20 18:44:50 -08:00 committed by GitHub
commit 00787c3f04
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.6";
version = "0.7";
src = fetchFromGitHub {
owner = "sjaehn";
repo = pname;
rev = "v${version}";
sha256 = "0mi8f0svq1h9cmmxyskcazr5x2q4dls3j9jc6ahi5rlk7i0bpa74";
sha256 = "1422xay28jkmqlj5y4vhb57kljy6ysvxh20cxpfxm980m8n54gq5";
};
nativeBuildInputs = [ pkgconfig ];