Merge pull request #306369 from Schweber/master

wlsunset: 0.3.0 -> 0.4.0
This commit is contained in:
Martin Weinelt 2024-05-10 18:52:47 +02:00 committed by GitHub
commit 30dd9aaded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;