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
@@ -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 ];