pkgs: diff-flake: 0.1.0 -> 0.2.0
Use the new flake attributes conventions.
This commit is contained in:
parent
11c53b4b1e
commit
473c002c6e
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, coreutils, git, gnused, makeWrapper, shellcheck, stdenvNoCC }:
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "diff-flake";
|
||||
version = "0.1.0";
|
||||
version = "0.2.0";
|
||||
|
||||
src = ./diff-flake;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue