3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Mihai Fufezan 2023-11-08 13:40:00 +02:00
parent b7fa001b72
commit 5217d4554f
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.2.3";
version = "1.2.4";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "xdg-desktop-portal-hyprland";
rev = "v${self.version}";
hash = "sha256-y8q4XUwx+gVK7i2eLjfR32lVo7TYvEslyzrmzYEaPZU=";
hash = "sha256-IKcRTKzlcDsbD5xydRNc9s4c4KjcQHaZgOc5kWPOAtU=";
};
nativeBuildInputs = [