flake: remove version

This commit is contained in:
Solene Rapenne 2022-10-04 23:03:41 +02:00
parent ba692bbf34
commit a8ab5c476d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
with import nixpkgs { system = "x86_64-linux"; };
stdenv.mkDerivation {
name = "bento-1.0.5";
name = "bento";
src = self;
installPhase = ''