Compare commits

...

3 commits

Author SHA1 Message Date
lelgenio cc9d607926 update "5.3.1" -> "5.3.0" 2024-09-10 01:13:08 +00:00
Leonardo Eugênio eca167dfeb
Update update.yml 2024-07-05 15:18:13 -03:00
Leonardo Eugênio 592193244b
Update update.yml 2024-07-05 15:02:21 -03:00
2 changed files with 5 additions and 8 deletions

View file

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

View file

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