oq: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm 2022-08-14 16:36:47 +00:00
parent 44be78ef91
commit 2a8ce2f681

View file

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