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

bshapr: 0.9 -> 0.10
This commit is contained in:
Lassulus 2021-03-07 16:56:22 +01:00 committed by GitHub
commit 84e4a24ee6
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.9";
version = "0.10";
src = fetchFromGitHub {
owner = "sjaehn";
repo = pname;
rev = "v${version}";
sha256 = "04zd3a178i2nivg5rjailzqvc5mlnilmhj1ziygmbhshbrywplri";
sha256 = "sha256-oEBsaIcw/Ltxr2CUPGBjwcxOPhNQoYPZDkfQE7QA940=";
};
nativeBuildInputs = [ pkg-config ];