From e2ff3faf031ba817f3f16ac667afd3e3a4a906d2 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 10 Dec 2021 08:45:46 +0800 Subject: [PATCH] pantheon.elementary-files: 6.1.0 -> 6.1.1 --- .../apps/elementary-files/default.nix | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/pkgs/desktops/pantheon/apps/elementary-files/default.nix b/pkgs/desktops/pantheon/apps/elementary-files/default.nix index 747f9662680df..21e25bad94514 100644 --- a/pkgs/desktops/pantheon/apps/elementary-files/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-files/default.nix @@ -32,23 +32,15 @@ stdenv.mkDerivation rec { pname = "elementary-files"; - version = "6.1.0"; - - repoName = "files"; + version = "6.1.1"; outputs = [ "out" "dev" ]; src = fetchFromGitHub { owner = "elementary"; - repo = repoName; + repo = "files"; rev = version; - sha256 = "sha256-aGiFEeSvDV5rPD2Ll/BuDoWclEPhR1UuoCxUSS9CGmw="; - }; - - passthru = { - updateScript = nix-update-script { - attrPath = "pantheon.${pname}"; - }; + sha256 = "sha256-5TSzV8MQG81aCCR8yiCPhKJaLrp/fwf4mjP32KkcbbY="; }; nativeBuildInputs = [ @@ -88,6 +80,12 @@ stdenv.mkDerivation rec { patchShebangs meson/post_install.py ''; + passthru = { + updateScript = nix-update-script { + attrPath = "pantheon.${pname}"; + }; + }; + meta = with lib; { description = "File browser designed for elementary OS"; homepage = "https://github.com/elementary/files";