confy: 0.6.4 -> 0.6.5

This commit is contained in:
R. Ryantm
2023-06-24 18:18:08 +08:00
committed by Bobby Rong
parent 691a2ad003
commit 755564839c
+2 -2
View File
@@ -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 = [