vkdt: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm 2024-11-28 22:47:09 +00:00
parent aa912dbb95
commit 421aafb453

View File

@ -29,11 +29,11 @@
stdenv.mkDerivation rec {
pname = "vkdt";
version = "0.9.0";
version = "0.9.1";
src = fetchurl {
url = "https://github.com/hanatos/${pname}/releases/download/${version}/${pname}-${version}.tar.xz";
hash = "sha256-LXUTDwUjlfyhtXkYW4Zivqt8vyctoz+ID5AQ7gg+d9A=";
hash = "sha256-+oVPZRI01IxMSPXOjvUXJutYXftQM7GxwVLG8wqoaY4=";
};
strictDeps = true;