Commit b3d7244b authored by hakan-demirli's avatar hakan-demirli
Browse files

kooha: 2.2.4 -> 2.3.0

parent 92080766
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,19 +22,19 @@

stdenv.mkDerivation rec {
  pname = "kooha";
  version = "2.2.4";
  version = "2.3.0";

  src = fetchFromGitHub {
    owner = "SeaDve";
    repo = "Kooha";
    rev = "v${version}";
    hash = "sha256-D/+tsIfcXrlwwL6vSLRsiAp7wMVtIgzjNNd2uk+9bco=";
    hash = "sha256-Z+PMSV6fipfHBrqGS24SOgGJS173Vct12sVzCGZL0IA=";
  };

  cargoDeps = rustPlatform.fetchCargoTarball {
    inherit src;
    name = "${pname}-${version}";
    hash = "sha256-iDyhK2k2RB7CvtW+91isVzIFOl2/Loh+Bvneu4TGfn0=";
    hash = "sha256-m5y/VfjTJgK+/ZjsMo/9zPVxcV3kuwXb+HNdXR6hkV4=";
  };

  nativeBuildInputs = [