about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-12 22:15:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-12 22:15:22 +0000
commitcc814582139b04747459dfa2746bd0421f495df8 (patch)
tree5baeb6a1e2534724df29ec43009603ef13c96b2c
parent96797487598401513da4ab9f8be7f7d065349762 (diff)
adwsteamgtk: 0.6.10 -> 0.6.11
-rw-r--r--pkgs/by-name/ad/adwsteamgtk/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/ad/adwsteamgtk/package.nix b/pkgs/by-name/ad/adwsteamgtk/package.nix
index 419541b28ed79..393962961569c 100644
--- a/pkgs/by-name/ad/adwsteamgtk/package.nix
+++ b/pkgs/by-name/ad/adwsteamgtk/package.nix
@@ -12,7 +12,7 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "adwsteamgtk";
-  version = "0.6.10";
+  version = "0.6.11";
   # built with meson, not a python format
   format = "other";
 
@@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
     owner = "Foldex";
     repo = "AdwSteamGtk";
     rev = "refs/tags/v${version}";
-    hash = "sha256-sh4FLXG78i20Bt8pCCbhO6Sx815stjAZRLCD+X5Zk40=";
+    hash = "sha256-f7+2gTpG5Ntgq+U2AkQihzSTrO+oMsLWxgxe4dVyz8A=";
   };
 
   buildInputs = [