cosmic-randr: unstable-2023-12-12 -> 1.0.0-alpha.1 (#335404)

* cosmic-randr: unstable-2023-12-12 -> 1.0.0-alpha.1

* cosmic-randr: inline pname
This commit is contained in:
kenji 2024-08-24 00:33:46 +02:00 committed by GitHub
parent 2fb12e9970
commit 92b9791a22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1155 additions and 5 deletions

1145
pkgs/by-name/co/cosmic-randr/Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -9,16 +9,21 @@
rustPlatform.buildRustPackage rec {
pname = "cosmic-randr";
version = "unstable-2023-12-22";
version = "1.0.0-alpha.1";
src = fetchFromGitHub {
owner = "pop-os";
repo = pname;
rev = "8a082103a0365b02fbed2c17c02373eceb7ad4d3";
hash = "sha256-LsZpey9OhNq9FTtHXvZXtHyhXttJ+tr5qBS6eSL27dE=";
repo = "cosmic-randr";
rev = "epoch-${version}";
hash = "sha256-g9zoqjPHRv6Tw/Xn8VtFS3H/66tfHSl/DR2lH3Z2ysA=";
};
cargoHash = "sha256-XpN9X8CZUGOe6mQhWWQy766gyoiTPObKsv9J8xiDvdA=";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"cosmic-protocols-0.1.0" = "sha256-zWuvZrg39REZpviQPfLNyfmWBzMS7A7IBUTi8ZRhxXs=";
};
};
postPatch = ''
substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)"