From 84e9d81b71018ffd6904a17961f85eb1a2149f1d Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 31 May 2024 07:51:16 -0600 Subject: [PATCH] all stable: update to 24.05 --- flake.lock | 8 ++++---- flake.nix | 2 +- pkgs/gotosocial.nix | 2 +- pkgs/rtlamr.nix | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 8419b70..94eea0b 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 5ff5ed3..aef2de1 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/pkgs/gotosocial.nix b/pkgs/gotosocial.nix index 21195b8..d5d85bd 100644 --- a/pkgs/gotosocial.nix +++ b/pkgs/gotosocial.nix @@ -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 ]; }; } diff --git a/pkgs/rtlamr.nix b/pkgs/rtlamr.nix index fcd16dd..b749eaa 100644 --- a/pkgs/rtlamr.nix +++ b/pkgs/rtlamr.nix @@ -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 ]; }; }