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"; };