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

sov: 0.71 -> 0.72
This commit is contained in:
Jonas Heinrich 2022-08-21 14:21:13 +02:00 committed by GitHub
commit 9e8da0a480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "sov";
version = "0.71";
version = "0.72";
src = fetchFromGitHub {
owner = "milgra";
repo = pname;
rev = version;
sha256 = "sha256-6FdZ3UToeIAARxrOqSWBX+ALrlr4s2J0bj9c3l9ZTyQ=";
sha256 = "sha256-av+st0tux+ho8bfJwx6Nk1pma1Pjvv/dpW5BWnUDNvQ=";
};
postPatch = ''