Merge pull request #322594 from hakan-demirli/kooha

kooha: 2.2.4 -> 2.3.0
This commit is contained in:
Weijia Wang 2024-07-01 23:40:55 +02:00 committed by GitHub
commit b02c7f3651
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [