bemoji: 0.3.0 -> 0.3.0 (fix commit)

This commit is contained in:
Norbert Melzer 2024-01-03 21:32:51 +01:00
parent 47a1962a9e
commit 68a2ba106b

View File

@ -10,8 +10,8 @@ stdenvNoCC.mkDerivation rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "marty-oehme"; owner = "marty-oehme";
repo = "bemoji"; repo = "bemoji";
rev = version; rev = "refs/tags/v${version}";
hash = "sha256-XXNrUaS06UHF3cVfIfWjGF1sdPE709W2tFhfwTitzNs="; hash = "sha256-DhsJX5HlyTh0QLlHy1OwyaYg4vxWpBSsF71D9fxqPWE=";
}; };
strictDeps = true; strictDeps = true;