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
+2 -2
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 = ''