Unverified Commit 300319f6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

xdg-desktop-portal-shana: 0.3.14 -> 0.3.15 (#417107)

parents 23ac3792 37ac25e3
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -12,18 +12,18 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xdg-desktop-portal-shana";
  version = "0.3.14";
  version = "0.3.15";

  src = fetchFromGitHub {
    owner = "Decodetalkers";
    repo = "xdg-desktop-portal-shana";
    rev = "v${finalAttrs.version}";
    hash = "sha256-9uie6VFyi7sO8DbthUTgpEc68MvvLA+bUwyV/DSpKkE=";
    hash = "sha256-6D21Dwpi7Zrf6Whxy41RwdKLLHmevP2M9pgdnz7mgE0=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) pname version src;
    hash = "sha256-f9kfCoH0YHVzzZC4rChJgz0yQqVVAYR7Gpa6HuXhQZY=";
    hash = "sha256-j5M8rKKq2pdHHUQyGf1EZZWj5dpw4RnKxKEbzfT7coc=";
  };

  nativeBuildInputs = [
@@ -46,6 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
    maintainers = with lib.maintainers; [
      samuelefacenda
      Rishik-Y
      Gliczy
    ];
  };
})