Commit 75556483 authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

confy: 0.6.4 -> 0.6.5

parent 691a2ad0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@

stdenv.mkDerivation rec {
  pname = "confy";
  version = "0.6.4";
  version = "0.6.5";

  src = fetchurl {
    url = "https://git.sr.ht/~fabrixxm/confy/archive/${version}.tar.gz";
    sha256 = "0v74pdyihj7r9gb3k2rkvbphan27ajlvycscd8xzrnsv74lcmbpm";
    sha256 = "sha256-zfuwOZBSGQzJUc36M6C5wSHarLbPFqayQVFo+WbVo7k=";
  };

  nativeBuildInputs = [