xdg-desktop-portal-shana: 0.3.15 -> 0.3.16 (#443143)

authored by Peder Bergebakken Sundt and committed by GitHub d5651f8c 61704c50

+3 -3
+3 -3
pkgs/by-name/xd/xdg-desktop-portal-shana/package.nix
··· 12 13 stdenv.mkDerivation (finalAttrs: { 14 pname = "xdg-desktop-portal-shana"; 15 - version = "0.3.15"; 16 17 src = fetchFromGitHub { 18 owner = "Decodetalkers"; 19 repo = "xdg-desktop-portal-shana"; 20 rev = "v${finalAttrs.version}"; 21 - hash = "sha256-6D21Dwpi7Zrf6Whxy41RwdKLLHmevP2M9pgdnz7mgE0="; 22 }; 23 24 cargoDeps = rustPlatform.fetchCargoVendor { 25 inherit (finalAttrs) pname version src; 26 - hash = "sha256-j5M8rKKq2pdHHUQyGf1EZZWj5dpw4RnKxKEbzfT7coc="; 27 }; 28 29 nativeBuildInputs = [
··· 12 13 stdenv.mkDerivation (finalAttrs: { 14 pname = "xdg-desktop-portal-shana"; 15 + version = "0.3.16"; 16 17 src = fetchFromGitHub { 18 owner = "Decodetalkers"; 19 repo = "xdg-desktop-portal-shana"; 20 rev = "v${finalAttrs.version}"; 21 + hash = "sha256-NFeXM2ujv9F9vPyRm1mFbLuThwTki5Uu2DEEwPpHK30="; 22 }; 23 24 cargoDeps = rustPlatform.fetchCargoVendor { 25 inherit (finalAttrs) pname version src; 26 + hash = "sha256-2cPUNxZhrqJ9ODAi6MshlJIdLZGssA85ZFmbrqEE1p4="; 27 }; 28 29 nativeBuildInputs = [