From 7f041ffa7f204deb0fc2e36908b382804f2e108d Mon Sep 17 00:00:00 2001 From: xenofem Date: Sat, 7 Dec 2024 00:57:07 -0500 Subject: [PATCH] actual 24.12.0 --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index e55de88..097d9a4 100644 --- a/flake.nix +++ b/flake.nix @@ -8,12 +8,12 @@ system = "x86_64-linux"; }; pname = "actual-server"; - version = "24.11.0"; + version = "24.12.0"; src = pkgs.fetchFromGitHub { owner = "actualbudget"; repo = pname; rev = "v${version}"; - sha256 = "sha256-GwtJ42dBJXrOBIxwdrSvNeqQCl91m1XrtS3RBpEuZX0="; + sha256 = "sha256-qCATfpYjDlR2LaalkF0/b5tD4HDE4aNDrLvTC4g0ctY="; }; package = pkgs.stdenv.mkDerivation (finalAttrs: { inherit pname version src; @@ -65,7 +65,7 @@ dontInstall = true; outputHashAlgo = "sha256"; - outputHash = "sha256-JAkbPepZSaOk+Ex5L+KyjR1Jd52tLBhCaIO/TsSvSuw="; + outputHash = "sha256-hk2uUdg77lTm8e8WmLjYWzNinre0ag/BHc+knl/Q1xo="; outputHashMode = "recursive"; };