notashelf /
7306bbc6257b080167142f9fc2d8335168d352ac
chroma
publicLightweight wallpaper daemon for Wayland
clone
ssh://git@git.notashelf.dev:33/notashelf/chroma.gitCommit 7306bbc6257b
tarballunverified3 files changed+3-3
@@ -1,5 +1,5 @@ PROJECT_NAME = chroma-VERSION = 1.0.1+VERSION = 1.1.0 # Directories SRCDIR = src@@ -2,7 +2,7 @@ #define CHROMA_VERSION_H #ifndef CHROMA_VERSION-#define CHROMA_VERSION "1.0.1"+#define CHROMA_VERSION "1.1.0" #endif #endif // CHROMA_VERSION_H@@ -15,7 +15,7 @@ in stdenv.mkDerivation { pname = "chroma";- version = "1.0.1";+ version = "1.1.0"; src = fs.toSource { root = s;