Merge pull request #193239 from r-ryantm/auto-update/seer

seer: 1.10 -> 1.11
This commit is contained in:
Mario Rodas 2022-09-29 21:53:16 -05:00 committed by GitHub
commit f5a1e81f49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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