Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
chore(deps): upgrade sleek from 2.0.4 to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Jan 6, 2024
1 parent 62cb95d commit 8d87d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sleek.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

let
pname = "sleek";
version = "2.0.4";
version = "2.0.5";

src = fetchurl {
url = "https://github.com/ransome1/sleek/releases/download/v${version}/sleek-${version}.AppImage";
hash = "sha256-IYlUDBQCOrGJ4T5DtNS21KURTrGhOzhHc+mrGPf9J3I=";
hash = "sha256-m2Y5oiiv104PnFkXXrleoOR8TyfWtu8lGPM46UD4uqY=";
};

appimageContents = appimageTools.extract {
Expand Down

0 comments on commit 8d87d54

Please sign in to comment.