Merge pull request #137922 from r-ryantm/auto-update/slop

slop: 7.5 -> 7.6
This commit is contained in:
tomberek 2021-09-14 20:28:24 -04:00 committed by GitHub
commit f744f0a800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "slop"; pname = "slop";
version = "7.5"; version = "7.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "naelstrof"; owner = "naelstrof";
repo = "slop"; repo = "slop";
rev = "v${version}"; rev = "v${version}";
sha256 = "1k8xxb4rj2fylr4vj16yvsf73cyywliz9cy78pl4ibmi03jhg837"; sha256 = "sha256-LdBQxw8K8WWSfm4E2QpK4GYTuYvI+FX5gLOouVFSU/U=";
}; };
nativeBuildInputs = [ cmake pkg-config ]; nativeBuildInputs = [ cmake pkg-config ];