tagainijisho: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm 2022-07-31 03:00:03 +00:00
parent 6d1f689374
commit fd20ff8a46

View File

@ -1,11 +1,11 @@
{ lib, mkDerivation, fetchzip, qtbase, qttools, cmake, sqlite }:
mkDerivation rec {
pname = "tagainijisho";
version = "1.2.0";
version = "1.2.1";
src = fetchzip {
url = "https://github.com/Gnurou/tagainijisho/releases/download/${version}/tagainijisho-${version}.tar.gz";
hash = "sha256-fLq4Wfpa7Wr62KvHztgLiXE8eopCq+wipgabFm2bq6w=";
hash = "sha256-NYmvkjGl+lgFh4PPWGxitupYJ2DOyCBAYlITGb3FMj8=";
};
nativeBuildInputs = [ cmake ];