Skip to content

Commit

Permalink
worker: 5.1.0 -> 5.2.0 (#374186)
Browse files Browse the repository at this point in the history
Co-authored-by: AndersonTorres <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and AndersonTorres authored Jan 18, 2025
2 parents 48f79c1 + 6c08c5c commit aae8cdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/wo/worker/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "worker";
version = "5.1.0";
version = "5.2.0";

src = fetchurl {
url = "http://www.boomerangsworld.de/cms/worker/downloads/worker-${finalAttrs.version}.tar.gz";
hash = "sha256-Tff/1I9RZYo2oXGsnrGeSs69W9nPu7OFDwF1Bg6R01s=";
hash = "sha256-PXBPnFwQKquxyel2NEQXXOviSEnSUdRrx+dyomzKL+k=";
};

buildInputs = [ libX11 ];
Expand Down

0 comments on commit aae8cdf

Please sign in to comment.