mirror of
https://github.com/Jovian-Experiments/Jovian-NixOS.git
synced 2025-10-06 00:22:54 +02:00
xdg-desktop-portal-gamescope: 0.1.20 -> 0.1.21
This commit is contained in:
@@ -13,18 +13,18 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "xdg-desktop-portal-gamescope";
|
||||
version = "0.1.20.c54d973";
|
||||
version = "0.1.21.20ac820";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Jovian-Experiments";
|
||||
repo = "xdg-desktop-portal-gamescope";
|
||||
rev = "c54d9735bed8c35f1d507fc1176fd01cd8b2416f";
|
||||
hash = "sha256-6uuayxq/bZDaCBDeEcKbHQgDwwOTMgpW8chepaHi80I=";
|
||||
rev = "20ac8204acbb0a9735e9b5de8fa814e95beabfe3";
|
||||
hash = "sha256-GrBb9WfFYUTUxOGPbHYjde47psZ29KmgJM6mpfR4Kqo=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit (finalAttrs) src;
|
||||
hash = "sha256-siYdXhnR32OAaDRm/4OWFmlIlS8gYhZKjX+ddzrPVKw=";
|
||||
hash = "sha256-sPm6ZXgQWCnTW6X2de85tjt5WZZcxpAOEOeSav6vmBA=";
|
||||
};
|
||||
|
||||
env.PKG_CONFIG_DBUS_1_SESSION_BUS_SERVICES_DIR = "${placeholder "out"}/share/dbus-1/services";
|
||||
|
Reference in New Issue
Block a user