Merge pull request #180622 from r-ryantm/auto-update/bschaffl

bschaffl: 1.4.8 -> 1.4.10
This commit is contained in:
Mario Rodas 2022-07-09 22:32:44 -05:00 committed by GitHub
commit 0f234e382c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bschaffl";
version = "1.4.8";
version = "1.4.10";
src = fetchFromGitHub {
owner = "sjaehn";
repo = pname;
rev = version;
sha256 = "sha256-zczDqJdUAN2oSyIRt9m3OnwOWXlwL4Yod8UMCXs5zM0=";
sha256 = "sha256-zfhPYH4eUNWHV27ZtX2IIvobyPdKs5yGr/ryJRQa6as=";
};
nativeBuildInputs = [ pkg-config ];