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

sov: 0.72 -> 0.73
This commit is contained in:
Jonas Heinrich 2022-08-30 09:54:51 +02:00 committed by GitHub
commit d69b714fdd
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.72";
version = "0.73";
src = fetchFromGitHub {
owner = "milgra";
repo = pname;
rev = version;
sha256 = "sha256-av+st0tux+ho8bfJwx6Nk1pma1Pjvv/dpW5BWnUDNvQ=";
sha256 = "sha256-cjbTSvW1fCPl2wZ848XrUPU0bDQ4oXy+D8GqyBMaTwQ=";
};
postPatch = ''