Merge pull request #134251 from r-ryantm/auto-update/oq

oq: 1.2.0 -> 1.2.1
This commit is contained in:
Vlad M 2021-08-16 08:11:04 +03:00 committed by GitHub
commit 70c25ed371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
crystal.buildCrystalPackage rec {
pname = "oq";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "Blacksmoke16";
repo = pname;
rev = "v${version}";
sha256 = "sha256-vMW+N3N6H8S6dNm4eBJo2tSxSiouG92t4Nq3cYSWcw0=";
sha256 = "sha256-RJVAEbNLlYNnOL/RDG0R9f8fHhNWtR+IMnnjtLK4e34=";
};
nativeBuildInputs = [ makeWrapper ];