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

This commit is contained in:
Sandro 2023-01-20 13:05:05 +01:00 committed by GitHub
commit 6082e8edf3
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.11";
version = "1.14";
src = fetchFromGitHub {
owner = "epasveer";
repo = "seer";
rev = "v${version}";
sha256 = "sha256-HIRNCcE1EhxsiJ5/MQZgR7IXaeM4rWoepPhALXoW7Hw=";
sha256 = "sha256-IxFG+OhRhPRPSyGFJh559Tz2E7aMOtpphm9GbYS0dRA=";
};
preConfigure = ''