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

oq: 1.3.3 -> 1.3.4
This commit is contained in:
Jonas Heinrich 2022-08-20 13:37:31 +02:00 committed by GitHub
commit 0e83e91b53
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.3.3";
version = "1.3.4";
src = fetchFromGitHub {
owner = "Blacksmoke16";
repo = pname;
rev = "v${version}";
sha256 = "sha256-1IdOyfoGAsZ5bOEJoj9Ol3sxsiq18hfniqW1ATBEGc8=";
sha256 = "sha256-W0iGE1yVOphooiab689AFT3rhGGdXqEFyYIhrx11RTE=";
};
nativeBuildInputs = [ makeWrapper ];