xdg-desktop-portal-hyprland: 1.1.0 -> 1.2.3

This commit is contained in:
Mihai Fufezan 2023-10-16 20:00:39 +03:00
parent 52c1a3f680
commit 3be139fcb7
No known key found for this signature in database

View file

@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (self: {
pname = "xdg-desktop-portal-hyprland";
version = "1.1.0";
version = "1.2.3";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "xdg-desktop-portal-hyprland";
rev = "v${self.version}";
hash = "sha256-K1cqx+NP4lxPwRVPLEeSUfagaMI3m5hdYvQe7sZr7BU=";
hash = "sha256-y8q4XUwx+gVK7i2eLjfR32lVo7TYvEslyzrmzYEaPZU=";
};
nativeBuildInputs = [