Merge pull request #235367 from r-ryantm/auto-update/wlsunset

wlsunset: 0.2.0 -> 0.3.0
This commit is contained in:
Weijia Wang 2023-06-06 11:24:22 +03:00 committed by GitHub
commit 2e1bcb6948
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "wlsunset";
version = "0.2.0";
version = "0.3.0";
src = fetchFromSourcehut {
owner = "~kennylevinsen";
repo = pname;
rev = version;
sha256 = "0hhsddh3rs066rbsjksr8kcwg8lvglbvs67dq0r5wx5c1xcwb51w";
sha256 = "sha256-jGYPWaRUqDL4htdAOA9CAQfoHLBPvK7O9vAzcE81f/E=";
};
strictDeps = true;