Skip to content

Commit

Permalink
adwsteamgtk: 0.7.1 -> 0.7.2 (#358623)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 24, 2024
2 parents b314c16 + 4a9e4b6 commit a6c4d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ad/adwsteamgtk/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

python3Packages.buildPythonApplication rec {
pname = "adwsteamgtk";
version = "0.7.1";
version = "0.7.2";
# built with meson, not a python format
format = "other";

src = fetchFromGitHub {
owner = "Foldex";
repo = "AdwSteamGtk";
rev = "refs/tags/v${version}";
hash = "sha256-/1fiiQBmQ9rvJ6KyImFkdxOjqfCZ/0nO3iRpggzNocs=";
hash = "sha256-DI5WK8CtoyH8hSogQx5/oDCrGoLxE06cy63ubU+e3bQ=";
};

buildInputs = [
Expand Down

0 comments on commit a6c4d71

Please sign in to comment.