analog: 6.0.16 -> 6.0.17

This commit is contained in:
R. RyanTM 2021-06-21 12:14:29 +00:00 committed by Jonathan Ringer
parent f283f9411b
commit 5abe2cd1ac

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "analog";
version = "6.0.16";
version = "6.0.17";
src = fetchFromGitHub {
owner = "c-amie";
repo = "analog-ce";
rev = version;
sha256 = "15hi8kfknldwpvm885r9s7zd5h7cirs7x0zazx2nnz62xvz3iymk";
sha256 = "sha256-89nNkIUKzlcKKy0TfthA9T27A446Fqv9hYllGjYkDP4=";
};
postPatch = ''