Compare commits

..

No commits in common. "7567e89e80834dfa65ca5af987a8db0afe01099d" and "103afb2d27988f2ae52970f9ea05efda5e0e7233" have entirely different histories.

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": 1715087517,
"narHash": "sha256-CLU5Tsg24Ke4+7sH8azHWXKd0CFd4mhLWfhYgUiDBpQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "00d80d13810dbfea8ab4ed1009b09100cca86ba8",
"rev": "b211b392b8486ee79df6cdfb1157ad2133427a29",
"type": "github"
},
"original": {

View file

@ -8,12 +8,12 @@
system = "x86_64-linux";
};
pname = "actual-server";
version = "24.7.0";
version = "24.6.0";
src = pkgs.fetchFromGitHub {
owner = "actualbudget";
repo = pname;
rev = "v${version}";
sha256 = "sha256-WpHjXrofOHYr7CiodWzoE688R1pbDPbVCA4aSXMolNM=";
sha256 = "sha256-TSi3N1kFFkaXmZNGhcm9pdPMF5m/h88ti+3nO+390Nw=";
};
package = pkgs.stdenv.mkDerivation (finalAttrs: {
inherit pname version src;
@ -65,7 +65,7 @@
dontInstall = true;
outputHashAlgo = "sha256";
outputHash = "sha256-PVwNLvd1N9cVUQNpnHCduTedSP9SOlU2uu1NYEgTijg=";
outputHash = "sha256-sx63XYp4KwHdVoeL37GjaZyB2GursPu2uEOWlzIlQHk=";
outputHashMode = "recursive";
};