Bump triton-utils version to get cacert update
This commit is contained in:
parent
f3f3c87670
commit
2f896df87b
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
pkgs.stdenv.mkDerivation {
|
||||
pname = "triton-utils";
|
||||
version = "0.0.4";
|
||||
version = "0.0.5";
|
||||
src = pkgs.lib.cleanSource ./.;
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue