Compare commits

...

2 commits

Author SHA1 Message Date
xenofem befcf0b6e2 flake update 2024-10-10 13:08:24 -04:00
xenofem d07e8da935 24.10.1 2024-10-10 13:06: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": 1725103162, "lastModified": 1728492678,
"narHash": "sha256-Ym04C5+qovuQDYL/rKWSR+WESseQBbNAe5DsXNx5trY=", "narHash": "sha256-9UTxR8eukdg+XZeHgxW5hQA9fIKHsKCdOIUycTryeVw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "12228ff1752d7b7624a54e9c1af4b222b3c1073b", "rev": "5633bcff0c6162b9e4b5f1264264611e950c8ec7",
"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.9.0"; version = "24.10.1";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "actualbudget"; owner = "actualbudget";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-KfVRWnr1x26spbCPMvhqdXqdjKL4vFaWGw4dZ7mtTiw="; sha256 = "sha256-VJAD+lNamwuYmiPJLXkum6piGi5zLOHBp8cUeZagb4s=";
}; };
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-wuwWNGZ4dq91Whq1yk0gOSPvhw0RV6jLAPpORXU5N7I="; outputHash = "sha256-XZC/y09uTJxn+zg15qQNrms4LzDsuqCzSQkT3rKAZbk=";
outputHashMode = "recursive"; outputHashMode = "recursive";
}; };