vkdt: 0.9.0 -> 0.9.1 (#360000)

This commit is contained in:
Nick Cao
2024-11-29 09:06:58 -05:00
committed by GitHub
+2 -2
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;