Skip to content

Commit

Permalink
Merge pull request #149950 from bobby285271/pantheon
Browse files Browse the repository at this point in the history
pantheon.elementary-files: 6.1.0 -> 6.1.1
  • Loading branch information
bobby285271 authored Dec 10, 2021
2 parents 601a2ad + e2ff3fa commit 4189e2f
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions pkgs/desktops/pantheon/apps/elementary-files/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit 4189e2f

Please sign in to comment.