Merge pull request #189565 from r-ryantm/auto-update/dynamic-colors

dynamic-colors: 0.2.2.2 -> 0.2.5
This commit is contained in:
Jörg Thalheim 2022-09-03 16:53:22 +01:00 committed by GitHub
commit e86934acba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "dynamic-colors";
version = "0.2.2.2";
version = "0.2.5";
src = fetchFromGitHub {
owner = "peterhoeg";
repo = "dynamic-colors";
rev = "v${version}";
sha256 = "0i63570z9aqbxa8ixh4ayb3akgjdnlqyl2sbf9d7x8f1pxhk5kd5";
sha256 = "sha256-jSdwq9WwYZP8MK6z7zJa0q93xfanr6iuvAt8YQkQxxE=";
};
PREFIX = placeholder "out";