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