notashelf /
e1f534d0e6c317bfae0dfd4c6b00703bdcfc136b
chroma
publicLightweight wallpaper daemon for Wayland
clone
ssh://git@git.notashelf.dev:33/notashelf/chroma.gitCommit e1f534d0e6c3
tarballunverified1 files changed+2-2
@@ -15,7 +15,7 @@ in stdenv.mkDerivation { pname = "chroma";- version = "1.1.0";+ version = "2.0.0"; src = fs.toSource { root = s;@@ -64,7 +64,7 @@ in ''; postInstall = ''- install -Dm755 ${../chroma.conf.sample} $out/share/chroma.conf.sample+ install -Dm755 ${../chroma.toml.sample} $out/share/chroma.toml.sample ''; meta = {