all stable: update to 24.05

This commit is contained in:
Aaron Bieber 2024-05-31 07:51:16 -06:00
parent 565dd351a7
commit 84e9d81b71
No known key found for this signature in database
4 changed files with 7 additions and 7 deletions

8
flake.lock generated
View File

@ -401,16 +401,16 @@
},
"stable": {
"locked": {
"lastModified": 1716901494,
"narHash": "sha256-QoMfBOgSpaJaMX0ks/aehPaqPh+NgkAYx7Erv72ngD4=",
"lastModified": 1717111066,
"narHash": "sha256-3lK95ALr5/0GZhsRI7XZgTKFg5HmMIi7xn/8fHuQvKk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ea528339add2321ba94174f37396d418cb8ed2f2",
"rev": "0f1a94c815595e1bb4143368d407b2ceb0618931",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-23.11-small",
"ref": "nixos-24.05-small",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -5,7 +5,7 @@
unstable.url = "github:NixOS/nixpkgs";
unstableSmall.url = "github:NixOS/nixpkgs/nixos-unstable-small";
stable.url = "github:NixOS/nixpkgs/nixos-23.11-small";
stable.url = "github:NixOS/nixpkgs/nixos-24.05-small";
sops-nix = {
url = "github:Mic92/sops-nix";

View File

@ -54,7 +54,7 @@ buildGoModule rec {
meta = {
description = "Fast, fun, ActivityPub server, powered by Go.";
homepage = "https://github.com/superseriousbusiness/gotosocial";
license = licenses.agpl3;
license = licenses.agpl3Only;
maintainers = with maintainers; [ qbit ];
};
}

View File

@ -20,7 +20,7 @@ buildGoModule rec {
meta = {
description = "rtl-sdr receiver for Itron ETR meters";
homepage = "https://github.com/bemasher/rtlamr";
license = licenses.agpl3;
license = licenses.agpl3Only;
maintainers = with maintainers; [ qbit ];
};
}