Skip to content

Commit

Permalink
Upgrade Flake to 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Apr 27, 2024
1 parent 5e122e7 commit 4b012ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
8 changes: 4 additions & 4 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
description = "Dump DVBAG public transport radio";
description = "Transit Live Mapping Solutions - R09 Receiver";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";

utils.url = "github:numtide/flake-utils";
};
Expand Down
5 changes: 0 additions & 5 deletions pkgs/gnuradio.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,4 @@ gnuradio.unwrapped.override {
gr-blocktool = false;
gr-wavelet = false;
};
versionAttr = {
major = "3.8";
minor = "5";
patch = "0";
};
}

0 comments on commit 4b012ad

Please sign in to comment.