qadwaitadecorations-qt6: 0.1.5 -> 0.1.6 (#360063)

This commit is contained in:
Nick Cao 2024-11-29 09:15:36 -05:00 committed by GitHub
commit c3329f7b0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [