From efda2c8b878b1ec0f07c84b6b51152f461634b20 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Mon, 5 Dec 2022 14:42:16 +0100 Subject: [PATCH] invoiceplane: 1.6-beta-3 -> 1.6.0 Diff: https://github.com/InvoicePlane/InvoicePlane/compare/None...v1.6.0 --- pkgs/servers/web-apps/invoiceplane/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/web-apps/invoiceplane/default.nix b/pkgs/servers/web-apps/invoiceplane/default.nix index a091a10d8890..ebf40fe3cee7 100644 --- a/pkgs/servers/web-apps/invoiceplane/default.nix +++ b/pkgs/servers/web-apps/invoiceplane/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "invoiceplane"; - version = "1.6-beta-3"; + version = "1.6.0"; src = fetchurl { url = "https://github.com/InvoicePlane/InvoicePlane/releases/download/v${version}/v${version}.zip"; - sha256 = "sha256-sw5LaU3v4MIdX99WGKOaerVc9m3d8aQVuvrLn7KvcKE="; + sha256 = "sha256-EwhOwUoOy3LNZTDgp9kvR/0OsO2TDpWkdT0fd7u0Ns8="; }; nativeBuildInputs = [ unzip ];