adwsteamgtk: 0.6.9 -> 0.6.10

This commit is contained in:
R. Ryantm 2024-03-30 02:17:10 +00:00
parent cd75d22750
commit 19b7c482df

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