about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-23 23:05:55 +0100
committerGitHub <noreply@github.com>2024-03-23 23:05:55 +0100
commit81391c8d46cd625d914f854754bd5a46e1863bb6 (patch)
treeec4c50b9f73cd85c5f817101ea7e4eb46658bdf2
parent1b59f5486412b1d5dfd859f03e292e4955b19998 (diff)
parent56c138d26d750ed6b515c603b4056b3dbe1e6865 (diff)
downloadnixlib-81391c8d46cd625d914f854754bd5a46e1863bb6.tar
nixlib-81391c8d46cd625d914f854754bd5a46e1863bb6.tar.gz
nixlib-81391c8d46cd625d914f854754bd5a46e1863bb6.tar.bz2
nixlib-81391c8d46cd625d914f854754bd5a46e1863bb6.tar.lz
nixlib-81391c8d46cd625d914f854754bd5a46e1863bb6.tar.xz
nixlib-81391c8d46cd625d914f854754bd5a46e1863bb6.tar.zst
nixlib-81391c8d46cd625d914f854754bd5a46e1863bb6.zip
Merge pull request #295868 from r-ryantm/auto-update/a2ps
a2ps: 4.15.5 -> 4.15.6
-rw-r--r--pkgs/tools/text/a2ps/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/a2ps/default.nix b/pkgs/tools/text/a2ps/default.nix
index dd4b7b2ca979..c275ee7d967c 100644
--- a/pkgs/tools/text/a2ps/default.nix
+++ b/pkgs/tools/text/a2ps/default.nix
@@ -13,11 +13,11 @@
 
 stdenv.mkDerivation rec {
   pname = "a2ps";
-  version = "4.15.5";
+  version = "4.15.6";
 
   src = fetchurl {
     url = "mirror://gnu/a2ps/a2ps-${version}.tar.gz";
-    hash = "sha256-gbsbQQTnwmOXYkUe3JeG2vPf6ziErfx9xqydII8w2n8=";
+    hash = "sha256-h/+dgByxGWkYHVuM+LZeZeWyS7DHahuCXoCY8pBvvfQ=";
   };
 
   postPatch = ''