Merge pull request #300146 from r-ryantm/auto-update/adwsteamgtk

adwsteamgtk: 0.6.9 -> 0.6.10
This commit is contained in:
Nick Cao 2024-03-30 10:30:53 -04:00 committed by GitHub
commit 182360826a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,15 +12,15 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "adwsteamgtk"; pname = "adwsteamgtk";
version = "0.6.9"; version = "0.6.10";
# built with meson, not a python format # built with meson, not a python format
format = "other"; format = "other";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Foldex"; owner = "Foldex";
repo = "AdwSteamGtk"; repo = "AdwSteamGtk";
rev = "v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-aHJxgSb7oZTRrfFVYdLimwhSGzdRjGf7dGTRA+ANQiM="; hash = "sha256-sh4FLXG78i20Bt8pCCbhO6Sx815stjAZRLCD+X5Zk40=";
}; };
buildInputs = [ buildInputs = [