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

View File

@ -5,7 +5,7 @@
unstable.url = "github:NixOS/nixpkgs"; unstable.url = "github:NixOS/nixpkgs";
unstableSmall.url = "github:NixOS/nixpkgs/nixos-unstable-small"; 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 = { sops-nix = {
url = "github:Mic92/sops-nix"; url = "github:Mic92/sops-nix";

View File

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

View File

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