Skip to content

Commit

Permalink
update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
hansfbaier committed Jun 6, 2024
1 parent 45b5b9c commit 9208a5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions nix/scopehal-apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down Expand Up @@ -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;
};
}

0 comments on commit 9208a5e

Please sign in to comment.