dwl: 0.5 -> 0.6

This commit is contained in:
Anderson Torres 2024-07-27 14:37:41 -03:00
parent b05aeee704
commit 37014e4ccf

View File

@ -38,14 +38,14 @@
assert withCustomConfigH -> (configH != null);
stdenv.mkDerivation (finalAttrs: {
pname = "dwl";
version = "0.5";
version = "0.6";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "dwl";
repo = "dwl";
rev = "v${finalAttrs.version}";
hash = "sha256-U/vqGE1dJKgEGTfPMw02z5KJbZLWY1vwDJWnJxT8urM=";
hash = "sha256-fygUzEi4bgopesvHByfpatkLFYI98qozJOUBNM2t9Mg=";
};
nativeBuildInputs = [