cosmic-session: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (#344481)

This commit is contained in:
Peder Bergebakken Sundt 2024-10-06 15:35:01 +02:00 committed by GitHub
commit ff2761dbe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = {