mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
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:
parent
2fb12e9970
commit
92b9791a22
1145
pkgs/by-name/co/cosmic-randr/Cargo.lock
generated
Normal file
1145
pkgs/by-name/co/cosmic-randr/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user