emulsion-palette: fix source

This commit is contained in:
Gabriel Arazas 2022-03-02 16:18:45 +08:00
parent 0d6dcba7ff
commit c302794874

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lainsce"; owner = "lainsce";
repo = pname; repo = "emulsion";
rev = version; rev = version;
sha256 = "sha256-gwN+hpK/nZMyO2gqeoKxhsMM3k4sR0NuCkmnagMlpHA="; sha256 = "sha256-gwN+hpK/nZMyO2gqeoKxhsMM3k4sR0NuCkmnagMlpHA=";
}; };