xdg-desktop-portal-shana: 0.3.14 -> 0.3.15

This commit is contained in:
Gliczy
2025-06-16 03:01:59 +02:00
parent 4d537ee015
commit d1ab438208
@@ -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 = [