pkgs: diff-flake: 0.3.1 -> 0.4.0

Add home-manager configurations.
This commit is contained in:
Bruno BELANYI 2023-03-16 11:45:04 +00:00
parent a5da0abbc2
commit 66fc43f7ca
2 changed files with 26 additions and 1 deletions

View file

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