Merge pull request #276285 from r-ryantm/auto-update/sov

sov: 0.93 -> 0.94
This commit is contained in:
Weijia Wang 2024-01-03 18:45:55 +01:00 committed by GitHub
commit e79b45d368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [