Skip to content

Commit 300319f

Browse files
authored
xdg-desktop-portal-shana: 0.3.14 -> 0.3.15 (#417107)
2 parents 23ac379 + 37ac25e commit 300319f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/by-name/xd/xdg-desktop-portal-shana/package.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212

1313
stdenv.mkDerivation (finalAttrs: {
1414
pname = "xdg-desktop-portal-shana";
15-
version = "0.3.14";
15+
version = "0.3.15";
1616

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

2424
cargoDeps = rustPlatform.fetchCargoVendor {
2525
inherit (finalAttrs) pname version src;
26-
hash = "sha256-f9kfCoH0YHVzzZC4rChJgz0yQqVVAYR7Gpa6HuXhQZY=";
26+
hash = "sha256-j5M8rKKq2pdHHUQyGf1EZZWj5dpw4RnKxKEbzfT7coc=";
2727
};
2828

2929
nativeBuildInputs = [
@@ -46,6 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
4646
maintainers = with lib.maintainers; [
4747
samuelefacenda
4848
Rishik-Y
49+
Gliczy
4950
];
5051
};
5152
})

0 commit comments

Comments
 (0)