labwc: 0.6.3 -> 0.6.4

This commit is contained in:
rewine 2023-07-15 23:50:29 +08:00 committed by Anderson Torres
parent f804cc939d
commit 7e281993bb

View File

@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "labwc";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "labwc";
repo = "labwc";
rev = finalAttrs.version;
hash = "sha256-d8cbY1NbW5LLKxkoh+PFelPhikDOwBrFt3jfizKSb/0=";
hash = "sha256-8FMC0tq5Gp5qDPUmoJTCrHEergDMUbiTco17jPTJUgE=";
};
nativeBuildInputs = [