From e1f68d537270d3ca896cbdfd316e6940024da0b3 Mon Sep 17 00:00:00 2001 From: xenofem Date: Sat, 3 Aug 2024 11:38:10 -0400 Subject: [PATCH] 24.8.0 --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 3bfdb2d..7210a9a 100644 --- a/flake.nix +++ b/flake.nix @@ -8,12 +8,12 @@ system = "x86_64-linux"; }; pname = "actual-server"; - version = "24.7.0"; + version = "24.8.0"; src = pkgs.fetchFromGitHub { owner = "actualbudget"; repo = pname; rev = "v${version}"; - sha256 = "sha256-WpHjXrofOHYr7CiodWzoE688R1pbDPbVCA4aSXMolNM="; + sha256 = "sha256-0AiUsO+jK3F+ClBVSzngKSHanQO5w+DQfDKvWVHCnSo="; }; package = pkgs.stdenv.mkDerivation (finalAttrs: { inherit pname version src; @@ -65,7 +65,7 @@ dontInstall = true; outputHashAlgo = "sha256"; - outputHash = "sha256-PVwNLvd1N9cVUQNpnHCduTedSP9SOlU2uu1NYEgTijg="; + outputHash = "sha256-B9H/r22qu6GXIJ/B1VE17sn07hveD3QCCuODAdvIK/A="; outputHashMode = "recursive"; };