mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
also bump version in default.nix
This commit is contained in:
parent
475080d4c6
commit
fe698c1af1
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
# https://github.com/abathur/resholve/issues/107
|
# https://github.com/abathur/resholve/issues/107
|
||||||
resholve.mkDerivation rec {
|
resholve.mkDerivation rec {
|
||||||
pname = "nix-direnv";
|
pname = "nix-direnv";
|
||||||
version = "3.0.0";
|
version = "3.0.1";
|
||||||
|
|
||||||
src = builtins.path {
|
src = builtins.path {
|
||||||
path = ./.;
|
path = ./.;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue