Skip to content

Commit

Permalink
chore: bump nix flake deps and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrene committed Oct 27, 2024
1 parent 4a00fda commit 326af55
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 52 deletions.
66 changes: 16 additions & 50 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "A control interface for some MiniDSP products";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
rust-overlay.url = "github:oxalica/rust-overlay";
flake-utils.url = "github:numtide/flake-utils";
nix-filter.url = "github:numtide/nix-filter";
Expand Down
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

rustPlatform.buildRustPackage {
pname = "minidsp";
version = "0.1.9";
version = "0.1.10";
src = ./.;

cargoBuildFlags = [ "-p minidsp -p minidsp-daemon" ];
Expand Down

0 comments on commit 326af55

Please sign in to comment.