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
commit 9af3e7da9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;