summary refs log tree commit diff
path: root/pkgs/applications/science/biology
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-19 06:01:00 +0000
committerGitHub <noreply@github.com>2023-09-19 06:01:00 +0000
commit3245a21e716da07d541cbc5aa488f8806d159e74 (patch)
tree29e19a1dfc00b8e1c72995d858f2292902e9b96d /pkgs/applications/science/biology
parente68e375a72417b2d1648b1c746dd71414a5e2608 (diff)
parent835736de35faba3e57a7a4becc6b7e472ae72317 (diff)
downloadnixpkgs-3245a21e716da07d541cbc5aa488f8806d159e74.tar
nixpkgs-3245a21e716da07d541cbc5aa488f8806d159e74.tar.gz
nixpkgs-3245a21e716da07d541cbc5aa488f8806d159e74.tar.bz2
nixpkgs-3245a21e716da07d541cbc5aa488f8806d159e74.tar.lz
nixpkgs-3245a21e716da07d541cbc5aa488f8806d159e74.tar.xz
nixpkgs-3245a21e716da07d541cbc5aa488f8806d159e74.tar.zst
nixpkgs-3245a21e716da07d541cbc5aa488f8806d159e74.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/science/biology')
-rw-r--r--pkgs/applications/science/biology/mosdepth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/biology/mosdepth/default.nix b/pkgs/applications/science/biology/mosdepth/default.nix
index b36104bcf76..f2825eeb97b 100644
--- a/pkgs/applications/science/biology/mosdepth/default.nix
+++ b/pkgs/applications/science/biology/mosdepth/default.nix
@@ -2,14 +2,14 @@
 
 nimPackages.buildNimPackage rec {
   pname = "mosdepth";
-  version = "0.3.4";
+  version = "0.3.5";
   nimBinOnly = true;
 
   src = fetchFromGitHub {
     owner = "brentp";
     repo = "mosdepth";
     rev = "v${version}";
-    sha256 = "sha256-7uteYTCbAaXedPqk0WtHpqTfUWH/+rRW8aSlFixkEko=";
+    sha256 = "sha256-tG3J51PS6A0WBCZ+j/Nf7aaukFV+DZJsxpbTbvwu0zc=";
   };
 
   buildInputs = [ docopt hts pcre ];