Merge pull request #262288 from ciferkey/master

adw-gtk3: 4.9 -> 5.1
This commit is contained in:
Pol Dellaiera 2023-10-25 01:01:13 +02:00 committed by GitHub
commit a87dad1204
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.9";
version = "5.1";
src = fetchFromGitHub {
owner = "lassekongo83";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ni1u6696jrwjYZ4gppF9yD1RAum0+D7WxQgu09cxVGg=";
sha256 = "sha256-vRB6+C27M4u7v10c6dqGsKpxHMGfpCSiScZ+8qlJRr0=";
};
nativeBuildInputs = [