Compare commits

..

2 commits

Author SHA1 Message Date
xenofem 7567e89e80 actual 24.7.0 2024-07-02 22:27:43 -04:00
xenofem a15b1b3dfd flake update 2024-07-02 22:25:28 -04:00
2 changed files with 6 additions and 6 deletions

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1715087517, "lastModified": 1719848872,
"narHash": "sha256-CLU5Tsg24Ke4+7sH8azHWXKd0CFd4mhLWfhYgUiDBpQ=", "narHash": "sha256-H3+EC5cYuq+gQW8y0lSrrDZfH71LB4DAf+TDFyvwCNA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b211b392b8486ee79df6cdfb1157ad2133427a29", "rev": "00d80d13810dbfea8ab4ed1009b09100cca86ba8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -8,12 +8,12 @@
system = "x86_64-linux"; system = "x86_64-linux";
}; };
pname = "actual-server"; pname = "actual-server";
version = "24.6.0"; version = "24.7.0";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "actualbudget"; owner = "actualbudget";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-TSi3N1kFFkaXmZNGhcm9pdPMF5m/h88ti+3nO+390Nw="; sha256 = "sha256-WpHjXrofOHYr7CiodWzoE688R1pbDPbVCA4aSXMolNM=";
}; };
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-sx63XYp4KwHdVoeL37GjaZyB2GursPu2uEOWlzIlQHk="; outputHash = "sha256-PVwNLvd1N9cVUQNpnHCduTedSP9SOlU2uu1NYEgTijg=";
outputHashMode = "recursive"; outputHashMode = "recursive";
}; };