mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
cosmic-session: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (#344481)
This commit is contained in:
commit
ff2761dbe5
@ -5,19 +5,18 @@
|
||||
rustPlatform,
|
||||
just,
|
||||
dbus,
|
||||
rust,
|
||||
stdenv,
|
||||
xdg-desktop-portal-cosmic,
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "cosmic-session";
|
||||
version = "1.0.0-alpha.1";
|
||||
version = "1.0.0-alpha.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pop-os";
|
||||
repo = "cosmic-session";
|
||||
rev = "epoch-${version}";
|
||||
hash = "sha256-5zfEBNsMxtKPJZcGYZth/SoXrsg0gpug15VR5fPbvt0=";
|
||||
hash = "sha256-rkzcu5lXKVQ5RfilcKQjTzeKZv+FpqrtARZgGGlYKK4=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
|
Loading…
Reference in New Issue
Block a user