Merge pull request #159807 from r-ryantm/auto-update/tiv

tiv: 1.1.0 -> 1.1.1
This commit is contained in:
Bobby Rong 2022-02-13 20:25:22 +08:00 committed by GitHub
commit f382d0b778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "tiv";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "stefanhaustein";
repo = "TerminalImageViewer";
rev = "v${version}";
sha256 = "17zqbwj2imk6ygyc142mw6v4fh7h4rd5vzn5wxr9gs0g8qdc6ixn";
sha256 = "sha256-mCgybL4af19zqECN1pBV+WnxMq2ZtlK5GDTQO3u9CK0=";
};
buildInputs = [ imagemagick ];