Merge pull request #149950 from bobby285271/pantheon

pantheon.elementary-files: 6.1.0 -> 6.1.1
This commit is contained in:
Bobby Rong 2021-12-10 12:32:37 +08:00 committed by GitHub
commit 4189e2f124
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";