about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-30 02:17:10 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-30 02:17:10 +0000
commit19b7c482df4ecee4d736dd2048d008d658c97712 (patch)
tree2cefc25e3769285f9b8dff57e7806521b23bc7a8
parentcd75d22750541115d5e3876838645d2d9123c842 (diff)
adwsteamgtk: 0.6.9 -> 0.6.10
-rw-r--r--pkgs/by-name/ad/adwsteamgtk/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ad/adwsteamgtk/package.nix b/pkgs/by-name/ad/adwsteamgtk/package.nix
index f40843624fa8b..419541b28ed79 100644
--- a/pkgs/by-name/ad/adwsteamgtk/package.nix
+++ b/pkgs/by-name/ad/adwsteamgtk/package.nix
@@ -12,15 +12,15 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "adwsteamgtk";
-  version = "0.6.9";
+  version = "0.6.10";
   # built with meson, not a python format
   format = "other";
 
   src = fetchFromGitHub {
     owner = "Foldex";
     repo = "AdwSteamGtk";
-    rev = "v${version}";
-    hash = "sha256-aHJxgSb7oZTRrfFVYdLimwhSGzdRjGf7dGTRA+ANQiM=";
+    rev = "refs/tags/v${version}";
+    hash = "sha256-sh4FLXG78i20Bt8pCCbhO6Sx815stjAZRLCD+X5Zk40=";
   };
 
   buildInputs = [