oq: 1.3.3 -> 1.3.4

This commit is contained in:
R. Ryantm 2022-08-19 04:46:58 +00:00
parent 5efa052928
commit ac1400be00

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 ];