Skip to content

Commit

Permalink
xdg-desktop-portal-shana: 0.3.11 -> 0.3.12 (NixOS#335638)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopejoe1 authored Sep 1, 2024
2 parents d5306af + cb0d3e9 commit d435657
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.11";
version = "0.3.12";

src = fetchFromGitHub {
owner = "Decodetalkers";
repo = "xdg-desktop-portal-shana";
rev = "v${version}";
sha256 = "sha256-bUskzFDd4qjH4Isp6vAJHe5qzgCLudQbkh+JNNTSMu8=";
sha256 = "sha256-bBKoAegT3wk2UD2fqSLaix2MuKtVAcHA6vcB9VAzLJw=";
};

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

mesonBuildType = "release";

cargoHash = "sha256-FzEdQePDnSCuMDqbz0ZUywDzNfbiOwottSrE+eWL9to=";
cargoHash = "sha256-vufD/eYulblUKQVHsyvjl2AlRoRAGp2oeYol9kTt3lQ=";

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

0 comments on commit d435657

Please sign in to comment.