summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-01-21 21:23:33 +0800
committerGitHub <noreply@github.com>2023-01-21 21:23:33 +0800
commitb9e0d894bf3b9d0aff4c15aabfc87856a53d22bc (patch)
tree3f27301948f89502795c809a286f1b4cda3e9fbf /pkgs
parentdc793f5ad13f41bf6ec2fbb83d6c32fa52754169 (diff)
parente2769890ebf43be7b6f269e2f419b516456a6221 (diff)
downloadnixpkgs-b9e0d894bf3b9d0aff4c15aabfc87856a53d22bc.tar
nixpkgs-b9e0d894bf3b9d0aff4c15aabfc87856a53d22bc.tar.gz
nixpkgs-b9e0d894bf3b9d0aff4c15aabfc87856a53d22bc.tar.bz2
nixpkgs-b9e0d894bf3b9d0aff4c15aabfc87856a53d22bc.tar.lz
nixpkgs-b9e0d894bf3b9d0aff4c15aabfc87856a53d22bc.tar.xz
nixpkgs-b9e0d894bf3b9d0aff4c15aabfc87856a53d22bc.tar.zst
nixpkgs-b9e0d894bf3b9d0aff4c15aabfc87856a53d22bc.zip
Merge pull request #211076 from bertof/mangal
mangal: 4.0.5 -> 4.0.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/mangal/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/mangal/default.nix b/pkgs/applications/misc/mangal/default.nix
index b443c16601d..26e735039b3 100644
--- a/pkgs/applications/misc/mangal/default.nix
+++ b/pkgs/applications/misc/mangal/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "mangal";
-  version = "4.0.5";
+  version = "4.0.6";
 
   src = fetchFromGitHub {
     owner = "metafates";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-T0QoHqL07J4Fb95qluYPb0yZYwdr7vDNLlrp7zPhtrA=";
+    hash = "sha256-nbJdePlzZFM2ihbvFIMKyYZ9C0uKjU3TE5VLduLvtKE=";
   };
 
   proxyVendor = true;