Unverified Commit 76aa5286 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

xdg-desktop-portal-shana: 0.3.13 -> 0.3.14 (#389829)

parents b860743d 89504484
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

rustPlatform.buildRustPackage rec {
  pname = "xdg-desktop-portal-shana";
  version = "0.3.13";
  version = "0.3.14";

  src = fetchFromGitHub {
    owner = "Decodetalkers";
    repo = "xdg-desktop-portal-shana";
    rev = "v${version}";
    hash = "sha256-myEqJnXHCByc9CMX8vMDaQQkL84pfW/7fKPZpiNQHJA=";
    hash = "sha256-9uie6VFyi7sO8DbthUTgpEc68MvvLA+bUwyV/DSpKkE=";
  };

  nativeBuildInputs = [
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
  mesonBuildType = "release";

  useFetchCargoVendor = true;
  cargoHash = "sha256-E573A3njd+IMOEHnKwyKmA4I4bfCt4Kttj7MiFOUw/0=";
  cargoHash = "sha256-f9kfCoH0YHVzzZC4rChJgz0yQqVVAYR7Gpa6HuXhQZY=";

  meta = with lib; {
    description = "Filechooser portal backend for any desktop environment";