xdg-desktop-portal-termfilechooser: 0.4.0 -> 1.0.5
This commit is contained in:
@@ -10,15 +10,15 @@
|
||||
systemd,
|
||||
scdoc,
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "xdg-desktop-portal-termfilechooser";
|
||||
version = "0.4.0";
|
||||
version = "1.0.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hunkyburrito";
|
||||
repo = "xdg-desktop-portal-termfilechooser";
|
||||
rev = "c35af27e323a492cbb3b19bdd135657ae523caef";
|
||||
hash = "sha256-9bxhKkk5YFBhR2ylcDzlvt4ltYuF174w00EJK5r3aY0=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-uwUND1K0UCztDS68APZf578zhvVm0BhL3f7dLrdKTHE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -44,4 +44,4 @@ stdenv.mkDerivation {
|
||||
maintainers = with lib.maintainers; [ body20002 ];
|
||||
mainProgram = "xdg-desktop-portal-termfilechooser";
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user