actual 24.9.0

This commit is contained in:
xenofem 2024-09-03 15:40:58 -04:00
parent 3fedaa0163
commit 4cc6a8289f

View file

@ -8,12 +8,12 @@
system = "x86_64-linux"; system = "x86_64-linux";
}; };
pname = "actual-server"; pname = "actual-server";
version = "24.8.0"; version = "24.9.0";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "actualbudget"; owner = "actualbudget";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-0AiUsO+jK3F+ClBVSzngKSHanQO5w+DQfDKvWVHCnSo="; sha256 = "sha256-KfVRWnr1x26spbCPMvhqdXqdjKL4vFaWGw4dZ7mtTiw=";
}; };
package = pkgs.stdenv.mkDerivation (finalAttrs: { package = pkgs.stdenv.mkDerivation (finalAttrs: {
inherit pname version src; inherit pname version src;
@ -65,7 +65,7 @@
dontInstall = true; dontInstall = true;
outputHashAlgo = "sha256"; outputHashAlgo = "sha256";
outputHash = "sha256-B9H/r22qu6GXIJ/B1VE17sn07hveD3QCCuODAdvIK/A="; outputHash = "sha256-wuwWNGZ4dq91Whq1yk0gOSPvhw0RV6jLAPpORXU5N7I=";
outputHashMode = "recursive"; outputHashMode = "recursive";
}; };