clairvoyant: 3.1.2 -> 3.1.3

This commit is contained in:
R. Ryantm 2024-01-31 03:38:06 +00:00
parent 0b8f8e0cd9
commit 543c6ce4f8

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "clairvoyant";
version = "3.1.2";
version = "3.1.3";
src = fetchFromGitHub {
owner = "cassidyjames";
repo = pname;
rev = version;
hash = "sha256-q+yN3FAs1L+GzagOQRK5gw8ptBpHPqWOiCL6aaoWcJo=";
hash = "sha256-eAcd8JJmcsz8dm049g5xsF6gPpNQ6ZvGGIhKAoMlPTU=";
};
nativeBuildInputs = [