Skip to content

Commit

Permalink
xdg-desktop-portal-hyprland: 1.3.8 -> 1.3.9 (NixOS#367337)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Dec 22, 2024
2 parents 578baae + 8f92f1f commit 885c83f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
}:
gcc14Stdenv.mkDerivation (finalAttrs: {
pname = "xdg-desktop-portal-hyprland";
version = "1.3.8";
version = "1.3.9";

src = fetchFromGitHub {
owner = "hyprwm";
repo = "xdg-desktop-portal-hyprland";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-V+CvM2UBJ6KjXD+B7T6vy8EYwLvLX88tZb8KP73MPSo=";
hash = "sha256-sAObJHBZjJHzYR62g+BLNBNq19cqb5LTw73H8m57K0w=";
};

depsBuildBuild = [
Expand Down

0 comments on commit 885c83f

Please sign in to comment.