From 6a7b4bb46fd0f1f55172cac40a33afd0b981a4e6 Mon Sep 17 00:00:00 2001 From: Rudy Matela Date: Wed, 24 Aug 2022 17:31:09 +0200 Subject: [PATCH] Hoff v0.27.2 --- hoff.cabal | 2 +- hoff.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hoff.cabal b/hoff.cabal index 2d0fcdc2..471baac2 100644 --- a/hoff.cabal +++ b/hoff.cabal @@ -1,6 +1,6 @@ name: hoff -- please keep version consistent with hoff.nix -version: 0.27.1 +version: 0.27.2 category: Development synopsis: A gatekeeper for your commits diff --git a/hoff.nix b/hoff.nix index e3d44b3c..8fb1825a 100644 --- a/hoff.nix +++ b/hoff.nix @@ -4,7 +4,7 @@ let in haskellPackages.mkDerivation { pname = "hoff"; - version = "0.27.1"; # please keep consistent with hoff.cabal + version = "0.27.2"; # please keep consistent with hoff.cabal src = let