kooha: 2.2.4 -> 2.3.0

This commit is contained in:
hakan-demirli
2024-06-26 10:47:26 +03:00
parent 9208076626
commit b3d7244bdf
+3 -3
View File
@@ -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 = [