Merge pull request #116692 from r-ryantm/auto-update/BSlizr

bslizr: 1.2.10 -> 1.2.12
This commit is contained in:
Ryan Mulligan 2021-04-13 07:41:53 -07:00 committed by GitHub
commit 29c1cf8812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "BSlizr";
version = "1.2.10";
version = "1.2.12";
src = fetchFromGitHub {
owner = "sjaehn";
repo = pname;
rev = version;
sha256 = "sha256-tEGJrVg8dN9Torybx02qIpXsGOuCgn/Wb+jemfCjiK4=";
sha256 = "sha256-vPkcgG+pAfjsPRMyxdMRUxWGch+RG+pdaAcekP5pKEA=";
};
nativeBuildInputs = [ pkg-config ];