summary refs log tree commit diff
path: root/pkgs/servers/web-apps
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2022-12-05 14:42:16 +0100
committerYt <happysalada@proton.me>2022-12-08 18:24:10 -0500
commitefda2c8b878b1ec0f07c84b6b51152f461634b20 (patch)
tree879eb25f7c3d567e0512bb744c20eca7a17f8c8a /pkgs/servers/web-apps
parentca5f542264e49b44b730a2717e8fb11892f06700 (diff)
downloadnixpkgs-efda2c8b878b1ec0f07c84b6b51152f461634b20.tar
nixpkgs-efda2c8b878b1ec0f07c84b6b51152f461634b20.tar.gz
nixpkgs-efda2c8b878b1ec0f07c84b6b51152f461634b20.tar.bz2
nixpkgs-efda2c8b878b1ec0f07c84b6b51152f461634b20.tar.lz
nixpkgs-efda2c8b878b1ec0f07c84b6b51152f461634b20.tar.xz
nixpkgs-efda2c8b878b1ec0f07c84b6b51152f461634b20.tar.zst
nixpkgs-efda2c8b878b1ec0f07c84b6b51152f461634b20.zip
invoiceplane: 1.6-beta-3 -> 1.6.0
Diff: https://github.com/InvoicePlane/InvoicePlane/compare/None...v1.6.0
Diffstat (limited to 'pkgs/servers/web-apps')
-rw-r--r--pkgs/servers/web-apps/invoiceplane/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/web-apps/invoiceplane/default.nix b/pkgs/servers/web-apps/invoiceplane/default.nix
index a091a10d889..ebf40fe3cee 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 ];