Merge pull request #287572 from trofi/invoiceplane-fix-hash

invoiceplane: fix source hash
This commit is contained in:
Jonas Heinrich 2024-02-12 13:02:20 +01:00 committed by GitHub
commit 88e66deef1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/InvoicePlane/InvoicePlane/releases/download/v${version}/v${version}.zip";
sha256 = "sha256-QSl/9hnAd9QxQm0xyZJ4ElIQDSOVStSzWa+fq3AJHjw=";
hash = "sha256-66vXxE4pTUMkmPalLgJrCt2pl2BSWOJ3tiJ5K5wspYY=";
};
nativeBuildInputs = [ unzip ];