tool: bump version

This commit is contained in:
Julie B. 2021-08-27 18:51:39 +02:00
parent d5c5f73e28
commit df1bd92229

View File

@ -15,7 +15,8 @@
{ lib, stdenvNoCC, argbash, bash, coreutils, miniguest-lxc-template, nixFlakes, shellcheck, makeWrapper }:
stdenvNoCC.mkDerivation {
name = "miniguest";
pname = "miniguest";
version = "0.1";
src = ./.;
inherit bash nixFlakes;
lxc_template = miniguest-lxc-template;