Skip to content

Commit

Permalink
wl-gammarelay-rs: 0.4.1 -> 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quantenzitrone committed Nov 1, 2024
1 parent 807e915 commit 8165c40
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 67 deletions.
137 changes: 73 additions & 64 deletions pkgs/by-name/wl/wl-gammarelay-rs/Cargo.lock

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

6 changes: 3 additions & 3 deletions pkgs/by-name/wl/wl-gammarelay-rs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "wl-gammarelay-rs";
version = "0.4.1";
version = "1.0.0";

src = fetchFromGitHub {
owner = "MaxVerevkin";
repo = "wl-gammarelay-rs";
rev = "v${version}";
hash = "sha256-36u2s+Yv+0/lZErHonVvzyBuZ2xES2MGMG4PRjaM74k=";
hash = "sha256-zmtC4xNNAK/TiB5TU6qsY5y0Z3roaEnTwHMZPjq6SbE=";
};

cargoLock = {
Expand All @@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.gpl3Plus;
mainProgram = "wl-gammarelay-rs";
maintainers = with lib.maintainers; [ quantenzitrone ];
platforms = lib.platforms.linux;
platforms = lib.platforms.unix;
};
}

0 comments on commit 8165c40

Please sign in to comment.