sov: 0.71 -> 0.72

This commit is contained in:
R. Ryantm 2022-07-30 07:57:59 +00:00
parent 334071af91
commit 2cf12b619d

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