Bump triton-utils version to get cacert update

main
jhonas 2022-10-12 14:59:00 +02:00
parent f3f3c87670
commit 2f896df87b
Signed by: teutat3s
GPG Key ID: 924889A86D0B0FEB
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ pkgs, ... }:
pkgs.stdenv.mkDerivation {
pname = "triton-utils";
version = "0.0.4";
version = "0.0.5";
src = pkgs.lib.cleanSource ./.;
installPhase = ''