about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-02 06:00:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-02 06:00:13 +0000
commiteea38ee7157f95959baf87c606382ec62f98997c (patch)
treeb319d6ea4ce8e795e2f182d12452018b3ab815a1
parentec9cb32147fbd46a4082cb119d274a0990caa390 (diff)
xa: 2.3.12 -> 2.3.13
-rw-r--r--pkgs/development/compilers/xa/xa.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/xa/xa.nix b/pkgs/development/compilers/xa/xa.nix
index 08f31148d4c52..0fb9d7d058b4c 100644
--- a/pkgs/development/compilers/xa/xa.nix
+++ b/pkgs/development/compilers/xa/xa.nix
@@ -6,14 +6,14 @@
 
 stdenv.mkDerivation rec {
   pname = "xa";
-  version = "2.3.12";
+  version = "2.3.13";
 
   src = fetchurl {
     urls = [
       "https://www.floodgap.com/retrotech/xa/dists/${pname}-${version}.tar.gz"
       "https://www.floodgap.com/retrotech/xa/dists/unsupported/${pname}-${version}.tar.gz"
     ];
-    hash = "sha256-+P0VNgEtZ2/Gy/zdapF5PlZMibbvdH+NuPRnwXj7BwQ=";
+    hash = "sha256-qUd68VC2yKkc09QeHPjJ31UtODMmSVV2gwJxykRnvYY=";
   };
 
   checkInputs = [ perl ];