File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
pkgs/by-name/xd/xdg-desktop-portal-shana Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212
1313stdenv . 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} )
You can’t perform that action at this time.
0 commit comments