Skip to content

Commit c701c72

Browse files
authored
wl-gammarelay-rs: 0.4.1 -> 1.0.0 (#353023)
2 parents b11943b + 8033581 commit c701c72

File tree

2 files changed

+77
-67
lines changed

2 files changed

+77
-67
lines changed

pkgs/by-name/wl/wl-gammarelay-rs/Cargo.lock

Lines changed: 73 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/wl/wl-gammarelay-rs/package.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
rustPlatform.buildRustPackage rec {
77
pname = "wl-gammarelay-rs";
8-
version = "0.4.1";
8+
version = "1.0.0";
99

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

1717
cargoLock = {
@@ -28,6 +28,7 @@ rustPlatform.buildRustPackage rec {
2828
license = lib.licenses.gpl3Plus;
2929
mainProgram = "wl-gammarelay-rs";
3030
maintainers = with lib.maintainers; [ quantenzitrone ];
31-
platforms = lib.platforms.linux;
31+
platforms = lib.platforms.unix;
32+
badPlatforms = lib.platforms.darwin;
3233
};
3334
}

0 commit comments

Comments
 (0)