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

oq: 1.3.2 -> 1.3.3
This commit is contained in:
figsoda 2022-08-15 12:00:04 +08:00 committed by GitHub
commit 07b3bcb95b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
crystal.buildCrystalPackage rec { crystal.buildCrystalPackage rec {
pname = "oq"; pname = "oq";
version = "1.3.2"; version = "1.3.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Blacksmoke16"; owner = "Blacksmoke16";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-iGKyP3NrAnR3ISOBq+YR/vwarlnIY4u4ZwdqSBnBC7U="; sha256 = "sha256-1IdOyfoGAsZ5bOEJoj9Ol3sxsiq18hfniqW1ATBEGc8=";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];