pkgs: diff-flake: 0.3.0 -> 0.3.1

Add all dev shells when run without any arguments.
This commit is contained in:
Bruno BELANYI 2023-03-16 11:41:30 +00:00
parent b56674728f
commit a5da0abbc2
2 changed files with 16 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{ lib, coreutils, git, gnused, makeWrapper, stdenvNoCC }:
stdenvNoCC.mkDerivation rec {
pname = "diff-flake";
version = "0.3.0";
version = "0.3.1";
src = ./diff-flake;