We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b103d commit 09b2e6fCopy full SHA for 09b2e6f
pkgs/by-name/co/cosmic-randr/package.nix
@@ -11,17 +11,17 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "cosmic-randr";
14
- version = "1.0.0-alpha.5.1";
+ version = "1.0.0-alpha.6";
15
16
src = fetchFromGitHub {
17
owner = "pop-os";
18
repo = "cosmic-randr";
19
- rev = "epoch-${version}";
20
- hash = "sha256-mPi6TVUWKlHqLzGL84vSBZYuCjdThVVYc7hv9vq7zho=";
+ tag = "epoch-${version}";
+ hash = "sha256-Sqxe+vKonsK9MmJGtbrZHE7frfrjkHXysm0WQt7WSU4=";
21
};
22
23
useFetchCargoVendor = true;
24
- cargoHash = "sha256-3I4ZyZvV9ELBNCvYVYBUHbh9bGw7B/RrwUlam5fdLxU=";
+ cargoHash = "sha256-UQ/fhjUiniVeHRQYulYko4OxcWB6UhFuxH1dVAfAzIY=";
25
26
nativeBuildInputs = [
27
just
0 commit comments