Skip to content

Commit

Permalink
xlockmore: 5.76 -> 5.77
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 1, 2024
1 parent 705bad7 commit b8f4e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/misc/screensavers/xlockmore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
pname = "xlockmore";
version = "5.76";
version = "5.77";

src = fetchurl {
url = "http://sillycycle.com/xlock/xlockmore-${version}.tar.xz";
sha256 = "sha256-gnn7crvjflmW05+J8EIg0pbK11IGlXz/EbCqc7gFvfM=";
sha256 = "sha256-UrfEE+c3hPxYFcc78SOPWiBd7rt4F6jBnnq/Pvb8LDY=";
curlOpts = "--user-agent 'Mozilla/5.0'";
};

Expand Down

0 comments on commit b8f4e06

Please sign in to comment.