Compare commits

..

2 commits

Author SHA1 Message Date
lelgenio 4bad2674ee update "5.0.0" -> "5.3.1" 2024-07-05 18:09:19 +00:00
lelgenio 02093329e5 make the package outdated 2024-07-05 14:49:31 -03:00
2 changed files with 8 additions and 5 deletions

View file

@ -1,4 +1,4 @@
name: update name: Update
on: on:
schedule: schedule:
@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
ref: 'outdated'
- uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main - uses: DeterminateSystems/magic-nix-cache-action@main
- name: Install jq - name: Install jq
@ -32,7 +34,8 @@ jobs:
if: ${{ steps.current-version.outputs.version != steps.new-version.outputs.version }} if: ${{ steps.current-version.outputs.version != steps.new-version.outputs.version }}
uses: peter-evans/create-pull-request@v5 uses: peter-evans/create-pull-request@v5
with: with:
base: main token: ${{ secrets.BOT_TOKEN }}
base: outdated
add-paths: ./package/ add-paths: ./package/
commit-message: update ${{ steps.current-version.outputs.version }} -> ${{ steps.new-version.outputs.version }} commit-message: update ${{ steps.current-version.outputs.version }} -> ${{ steps.new-version.outputs.version }}
title: '[Automated] Update dzgui ${{ steps.new-version.outputs.version }}' title: '[Automated] Update dzgui ${{ steps.new-version.outputs.version }}'

View file

@ -13,13 +13,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "dzgui"; pname = "dzgui";
version = "5.3.0"; version = "5.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aclist"; owner = "aclist";
repo = "dztui"; repo = "dztui";
rev = "c2c7b37b904a05cdf0c86dbf3d22ef91728577b9"; rev = "8e6cf7e7925c6e6bc390a10d286ba1e7b2562d08";
sha256 = "sha256-iC/c2MBFjvT0wVnKlpX4kL7fVa3BbjpmbEyjCU+aUyY="; sha256 = "sha256-+FlAYTDpjDDmCAFxgmgHVnXGcIw63e5ia38zKbYI2ZI=";
}; };
postPatch = '' postPatch = ''