Merge pull request #334724 from r-ryantm/auto-update/analog

analog: 6.0.17 -> 6.0.18
This commit is contained in:
Sebastián Mancilla 2024-08-22 22:07:21 -04:00 committed by GitHub
commit fe186c3460
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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