Unverified Commit 72dcad09 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

xdg-desktop-portal-luminous: 0.1.13 -> 0.1.14 (#482026)

parents a0c1eaf6 682559b8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,18 +22,18 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xdg-desktop-portal-luminous";
  version = "0.1.13";
  version = "0.1.14";

  src = fetchFromGitHub {
    owner = "waycrate";
    repo = "xdg-desktop-portal-luminous";
    tag = "v${finalAttrs.version}";
    hash = "sha256-e5gW5oW9rSGzDlcBJ0Lg9rl4v6vULX2j2F7/+esC1lE=";
    hash = "sha256-GiB0flnJgRgW7nYr+XdEyZ8rkTrZ94O8iedPUSLU9Lo=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) pname version src;
    hash = "sha256-+7rnlGkWG4MzxbXskNAd+awabAdC7XqcacX5AEmutlM=";
    hash = "sha256-bGBq7D+Tugjddu2jp9Cl5s/qpEfqmrnFsodeAVK9a9s=";
  };

  nativeBuildInputs = [