sov: 0.93 -> 0.94

This commit is contained in:
R. Ryantm 2023-12-23 11:43:05 +00:00
parent 473d7ae9b5
commit 5b7ab69570

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sov";
version = "0.93";
version = "0.94";
src = fetchFromGitHub {
owner = "milgra";
repo = "sov";
rev = finalAttrs.version;
hash = "sha256-Oc25ixrl0QX0jBBMV34BPAixyBikvevXJ1JNGZymPhg=";
hash = "sha256-JgLah21ye3G9jE3UTZu8r+nanwBDIQXmqv9iP1C+aUw=";
};
patches = [