Merge pull request #300146 from r-ryantm/auto-update/adwsteamgtk
adwsteamgtk: 0.6.9 -> 0.6.10
This commit is contained in:
commit
182360826a
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user