oq: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm 2021-12-25 13:20:50 +00:00
parent e2b2136d63
commit a64ae8f216

View file

@ -8,13 +8,13 @@
crystal.buildCrystalPackage rec {
pname = "oq";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "Blacksmoke16";
repo = pname;
rev = "v${version}";
sha256 = "sha256-oLy8Ts+wnI0LxtAH6vVqhS7nqNkaLs0/vK9GxfG4vU8=";
sha256 = "sha256-La2oi+r9sCmnacgjQe+LcTQ7EXKorSoTTD4LhNtQsYk=";
};
nativeBuildInputs = [ makeWrapper ];