diff --git a/flake.lock b/flake.lock index 719a8b8..0b24a61 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1710451336, - "narHash": "sha256-pP86Pcfu3BrAvRO7R64x7hs+GaQrjFes+mEPowCfkxY=", + "lastModified": 1717196966, + "narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d691274a972b3165335d261cc4671335f5c67de9", + "rev": "57610d2f8f0937f39dbd72251e9614b1561942d8", "type": "github" }, "original": { diff --git a/nix/scopehal-apps.nix b/nix/scopehal-apps.nix index 2713140..1b6465a 100644 --- a/nix/scopehal-apps.nix +++ b/nix/scopehal-apps.nix @@ -13,8 +13,8 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "ngscopeclient"; repo = "scopehal-apps"; - rev = "cefd7df5e639f26f07576b78165acb0608eb5e2d"; - hash = "sha256-r07Ko9YTR5sd4Yuz8daoQU2BS3pUCkmGDVS5KzTU/bA="; + rev = "be845c32f8484397fe54d70e513d7c962a622d7b"; + hash = "sha256-VH2Xk1eQVqUEMLjX0C4dXPP9Fq8nVq0tEQkjwg5WyQ8="; fetchSubmodules = true; }; @@ -72,6 +72,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://www.ngscopeclient.org/"; license = licenses.bsd3; - platforms = platforms.all; + maintainers = with lib.maintainers; [ thoughtpolice hansfbaier ]; + platforms = lib.platforms.linux; }; }