about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2024-05-14 14:36:53 +0200
committerGitHub <noreply@github.com>2024-05-14 14:36:53 +0200
commita519d49ecdf9a3f2ddab65336119e85b032b9c6a (patch)
tree2d9692f35a4ac68ccd215eb2ac02e8b85e2763c8 /pkgs/applications
parentb4ca7d3ff077dfc5d2c6479739e3b5e0f9eac721 (diff)
parent428f208f4fc2131564c1ea34dd1756d1b48e580f (diff)
Merge pull request #311493 from xfnw/catgirl-2.2a
catgirl: 2.2 -> 2.2a
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/irc/catgirl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/irc/catgirl/default.nix b/pkgs/applications/networking/irc/catgirl/default.nix
index c3e4fa1b7a8ae..393313da41062 100644
--- a/pkgs/applications/networking/irc/catgirl/default.nix
+++ b/pkgs/applications/networking/irc/catgirl/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "catgirl";
-  version = "2.2";
+  version = "2.2a";
 
   src = fetchurl {
     url = "https://git.causal.agency/catgirl/snapshot/${pname}-${version}.tar.gz";
-    sha256 = "sha256-+20EoJkwOvBdJ4xwXBVC5+5hZDwDDWoLaN7FNxCAo8c=";
+    hash = "sha256-xtdgqu4TTgUlht73qRA1Q/coH95lMfvLQQhkcHlCl8I=";
   };
 
   # catgirl's configure script uses pkg-config --variable exec_prefix openssl