mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
xdg-desktop-portal-termfilechooser: 1.0.5 -> 1.1.0
This commit is contained in:
parent
917ee0af83
commit
e5411a681e
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "xdg-desktop-portal-termfilechooser";
|
pname = "xdg-desktop-portal-termfilechooser";
|
||||||
version = "1.0.5";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hunkyburrito";
|
owner = "hunkyburrito";
|
||||||
repo = "xdg-desktop-portal-termfilechooser";
|
repo = "xdg-desktop-portal-termfilechooser";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-uwUND1K0UCztDS68APZf578zhvVm0BhL3f7dLrdKTHE=";
|
hash = "sha256-o2FBPSJrcyAz6bJKQukj6Y5ikGpFuH1Un1qwX4w73os=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue