Commit 525d803f authored by R. RyanTM's avatar R. RyanTM Committed by Vincent Laporte
Browse files

tagainijisho: 1.2.1 -> 1.2.2

(cherry picked from commit e7152de004e6fa38f16a7c94fe810c50503b95ee)
parent e47cdb75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, mkDerivation, fetchzip, qtbase, qttools, cmake, sqlite }:
mkDerivation rec {
  pname = "tagainijisho";
  version = "1.2.1";
  version = "1.2.2";

  src = fetchzip {
    url = "https://github.com/Gnurou/tagainijisho/releases/download/${version}/tagainijisho-${version}.tar.gz";
    hash = "sha256-NYmvkjGl+lgFh4PPWGxitupYJ2DOyCBAYlITGb3FMj8=";
    hash = "sha256-CTDMoYGbVE4W0SDerW//aAdUVsySWFQycSy0I3a9+94=";
  };

  nativeBuildInputs = [ cmake ];