Merge pull request #241965 from ciferkey/master

adw-gtk3: 4.5 -> 4.8
This commit is contained in:
figsoda 2023-10-02 18:05:52 -04:00 committed by GitHub
commit 400be47328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "adw-gtk3";
version = "4.5";
version = "4.9";
src = fetchFromGitHub {
owner = "lassekongo83";
repo = pname;
rev = "v${version}";
sha256 = "sha256-x6ul5NZDWqEQfLzmpR7X5HgUmHNSbpuTnCquVEHFHL8=";
sha256 = "sha256-ni1u6696jrwjYZ4gppF9yD1RAum0+D7WxQgu09cxVGg=";
};
nativeBuildInputs = [