Skip to content

Commit 09b2e6f

Browse files
cosmic-randr: 1.0.0-alpha.5.1 -> 1.0.0-alpha.6
1 parent 55b103d commit 09b2e6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/co/cosmic-randr/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "cosmic-randr";
14-
version = "1.0.0-alpha.5.1";
14+
version = "1.0.0-alpha.6";
1515

1616
src = fetchFromGitHub {
1717
owner = "pop-os";
1818
repo = "cosmic-randr";
19-
rev = "epoch-${version}";
20-
hash = "sha256-mPi6TVUWKlHqLzGL84vSBZYuCjdThVVYc7hv9vq7zho=";
19+
tag = "epoch-${version}";
20+
hash = "sha256-Sqxe+vKonsK9MmJGtbrZHE7frfrjkHXysm0WQt7WSU4=";
2121
};
2222

2323
useFetchCargoVendor = true;
24-
cargoHash = "sha256-3I4ZyZvV9ELBNCvYVYBUHbh9bGw7B/RrwUlam5fdLxU=";
24+
cargoHash = "sha256-UQ/fhjUiniVeHRQYulYko4OxcWB6UhFuxH1dVAfAzIY=";
2525

2626
nativeBuildInputs = [
2727
just

0 commit comments

Comments
 (0)