Compare commits

...

2 commits

Author SHA1 Message Date
xenofem 4cc6a8289f actual 24.9.0 2024-09-03 15:40:58 -04:00
xenofem 3fedaa0163 flake update 2024-09-03 15:40:49 -04:00
2 changed files with 6 additions and 6 deletions

View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1719848872,
"narHash": "sha256-H3+EC5cYuq+gQW8y0lSrrDZfH71LB4DAf+TDFyvwCNA=",
"lastModified": 1725103162,
"narHash": "sha256-Ym04C5+qovuQDYL/rKWSR+WESseQBbNAe5DsXNx5trY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "00d80d13810dbfea8ab4ed1009b09100cca86ba8",
"rev": "12228ff1752d7b7624a54e9c1af4b222b3c1073b",
"type": "github"
},
"original": {

View file

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