qadwaitadecorations-qt6: 0.1.5 -> 0.1.6

This commit is contained in:
R. Ryantm 2024-11-29 06:52:03 +00:00
parent 95dbdbbd9a
commit d566f2494f

View File

@ -19,13 +19,13 @@ let
in stdenv.mkDerivation (finalAttrs: {
pname = "qadwaitadecorations";
version = "0.1.5";
version = "0.1.6";
src = fetchFromGitHub {
owner = "FedoraQt";
repo = "QAdwaitaDecorations";
rev = finalAttrs.version;
hash = "sha256-aqjm93tmBfDkmce1WG5xx8MCDCvo6AOrRHArj/+Ko9E=";
hash = "sha256-ZU3cwFwQECh4Z6YcTzD2WooZmJ2nSUABYft3dfakSuY=";
};
nativeBuildInputs = [