This commit is contained in:
xenofem 2024-08-03 11:38:10 -04:00
parent 7567e89e80
commit e1f68d5372

View file

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