summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-25 05:10:49 +0000
committerBobby Rong <rjl931189261@126.com>2022-11-26 19:39:42 +0800
commitfc88f71dfe3409207d23a336b29d54008bc289e3 (patch)
tree71e274685b27a53c0d951513078ab10be852ba3c
parentbc74a90ab97cc511bd99397eeb8374f9fa2be9ce (diff)
downloadnixpkgs-fc88f71dfe3409207d23a336b29d54008bc289e3.tar
nixpkgs-fc88f71dfe3409207d23a336b29d54008bc289e3.tar.gz
nixpkgs-fc88f71dfe3409207d23a336b29d54008bc289e3.tar.bz2
nixpkgs-fc88f71dfe3409207d23a336b29d54008bc289e3.tar.lz
nixpkgs-fc88f71dfe3409207d23a336b29d54008bc289e3.tar.xz
nixpkgs-fc88f71dfe3409207d23a336b29d54008bc289e3.tar.zst
nixpkgs-fc88f71dfe3409207d23a336b29d54008bc289e3.zip
ascii-image-converter: 1.13.0 -> 1.13.1
-rw-r--r--pkgs/applications/graphics/ascii-image-converter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/ascii-image-converter/default.nix b/pkgs/applications/graphics/ascii-image-converter/default.nix
index 708c3b46828..ed99f1ac73a 100644
--- a/pkgs/applications/graphics/ascii-image-converter/default.nix
+++ b/pkgs/applications/graphics/ascii-image-converter/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "ascii-image-converter";
-  version = "1.13.0";
+  version = "1.13.1";
 
   src = fetchFromGitHub {
     owner = "TheZoraiz";
     repo = "ascii-image-converter";
     rev = "v${version}";
-    sha256 = "sha256-2kg5W5u6YjLce3wNS3A1e89ZYAVK2LyNmPGCm86HxPM=";
+    sha256 = "sha256-svM/TzGQU/QgjqHboy0470+A6p4kR76typ9gnfjfAJk=";
   };
 
   vendorSha256 = "sha256-rQS3QH9vnEbQZszG3FOr1P5HYgS63BurCNCFQTTdvZs=";