Skip to content

Commit

Permalink
xdg-desktop-portal-shana: 0.3.12 -> 0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 3, 2024
1 parent afd9ca8 commit 8ab1eab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/xd/xdg-desktop-portal-shana/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

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

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

nativeBuildInputs = [
Expand All @@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {

mesonBuildType = "release";

cargoHash = "sha256-vufD/eYulblUKQVHsyvjl2AlRoRAGp2oeYol9kTt3lQ=";
cargoHash = "sha256-/iJAYG0OjTaRrDtNjypvmSUad8PS0lRfykSxp0fJZ98=";

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

0 comments on commit 8ab1eab

Please sign in to comment.