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

bslizr: 1.2.4 -> 1.2.6
This commit is contained in:
Benjamin Hipple 2020-04-12 14:05:39 -04:00 committed by GitHub
commit e9174748ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "BSlizr";
version = "1.2.4";
version = "1.2.6";
src = fetchFromGitHub {
owner = "sjaehn";
repo = pname;
rev = "${version}";
sha256 = "0gyczxhd1jch7lwz3y1nrbpc0dycw9cc5i144rpif6b9gd2y1h1j";
sha256 = "1l0znwvvqd2s24c652q54pkizlh86mvmr8h0qqp9xma0i575fcrh";
};
nativeBuildInputs = [ pkgconfig ];