Commit 7b9642ae authored by R. RyanTM's avatar R. RyanTM Committed by Matthieu Coudron
Browse files

tagainijisho: 1.2.1 -> 1.2.2

parent 43cf7aa5
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 ];