Merge pull request #138050 from r-ryantm/auto-update/profetch

profetch: 0.1.6 -> 0.1.7
This commit is contained in:
figsoda 2021-09-16 14:23:10 -04:00 committed by GitHub
commit cffdbf0290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "profetch";
version = "0.1.6";
version = "0.1.7";
src = fetchFromGitHub {
owner = "RustemB";
repo = pname;
rev = "v${version}";
sha256 = "1clh3l50wz6mlrw9kx0wh2bbhnz6bsksyh4ngz7givv4y3g9m702";
sha256 = "sha256-JsjpPUXMN0jytRS4yzSjrseqHiEQ+YinklG+tIIy+Zo=";
};
nativeBuildInputs = [ gprolog ];