Compare commits

...

2 commits

Author SHA1 Message Date
xenofem 8d04125d90 flake update 2025-01-07 17:46:16 -05:00
xenofem 70625a314d actual 25.1.0 2025-01-07 17:46:11 -05:00
2 changed files with 6 additions and 6 deletions

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1728492678, "lastModified": 1736012469,
"narHash": "sha256-9UTxR8eukdg+XZeHgxW5hQA9fIKHsKCdOIUycTryeVw=", "narHash": "sha256-/qlNWm/IEVVH7GfgAIyP6EsVZI6zjAx1cV5zNyrs+rI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5633bcff0c6162b9e4b5f1264264611e950c8ec7", "rev": "8f3e1f807051e32d8c95cd12b9b421623850a34d",
"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.12.0"; version = "25.1.0";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "actualbudget"; owner = "actualbudget";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-qCATfpYjDlR2LaalkF0/b5tD4HDE4aNDrLvTC4g0ctY="; sha256 = "sha256-zpZNITXd9QOJNRz8RbAuHH1hrrWPEGsrROGWJuYXqrc=";
}; };
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-hk2uUdg77lTm8e8WmLjYWzNinre0ag/BHc+knl/Q1xo="; outputHash = "sha256-zP6dHdSjq9HMOrRr9oDC6igDYEmzqsH/XofOM3zdBtY=";
outputHashMode = "recursive"; outputHashMode = "recursive";
}; };