Skip to content

Commit

Permalink
Merge pull request NixOS#306369 from Schweber/master
Browse files Browse the repository at this point in the history
wlsunset: 0.3.0 -> 0.4.0
  • Loading branch information
mweinelt authored May 10, 2024
2 parents 6c29daf + 6a26157 commit 30dd9aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/wayland/wlsunset/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "wlsunset";
version = "0.3.0";
version = "0.4.0";

src = fetchFromSourcehut {
owner = "~kennylevinsen";
repo = pname;
rev = version;
sha256 = "sha256-jGYPWaRUqDL4htdAOA9CAQfoHLBPvK7O9vAzcE81f/E=";
sha256 = "sha256-U/yROKkU9pOBLIIIsmkltF64tt5ZR97EAxxGgrFYwNg=";
};

strictDeps = true;
Expand Down

0 comments on commit 30dd9aa

Please sign in to comment.