seer: 1.10 -> 1.11

This commit is contained in:
R. Ryantm 2022-09-27 21:26:42 +00:00
parent 5ac22c7a8b
commit 472d14131e

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "seer";
version = "1.10";
version = "1.11";
src = fetchFromGitHub {
owner = "epasveer";
repo = "seer";
rev = "v${version}";
sha256 = "sha256-G8kiLZBRS8Ec8LYsbppmyYZcNk3By0bcfWQFyI5epZ4=";
sha256 = "sha256-HIRNCcE1EhxsiJ5/MQZgR7IXaeM4rWoepPhALXoW7Hw=";
};
preConfigure = ''