File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/by-name/xd/xdg-desktop-portal-termfilechooser Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 systemd ,
1111 scdoc ,
1212} :
13- stdenv . mkDerivation {
13+ stdenv . mkDerivation ( finalAttrs : {
1414 pname = "xdg-desktop-portal-termfilechooser" ;
15- version = "0.4.0 " ;
15+ version = "1.0.5 " ;
1616
1717 src = fetchFromGitHub {
1818 owner = "hunkyburrito" ;
1919 repo = "xdg-desktop-portal-termfilechooser" ;
20- rev = "c35af27e323a492cbb3b19bdd135657ae523caef " ;
21- hash = "sha256-9bxhKkk5YFBhR2ylcDzlvt4ltYuF174w00EJK5r3aY0 =" ;
20+ tag = "v ${ finalAttrs . version } " ;
21+ hash = "sha256-uwUND1K0UCztDS68APZf578zhvVm0BhL3f7dLrdKTHE =" ;
2222 } ;
2323
2424 nativeBuildInputs = [
@@ -44,4 +44,4 @@ stdenv.mkDerivation {
4444 maintainers = with lib . maintainers ; [ body20002 ] ;
4545 mainProgram = "xdg-desktop-portal-termfilechooser" ;
4646 } ;
47- }
47+ } )
You can’t perform that action at this time.
0 commit comments