File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 33 stdenvNoCC ,
44 fetchFromGitHub ,
55} :
6-
7- stdenvNoCC . mkDerivation rec {
6+ stdenvNoCC . mkDerivation {
87 pname = "bemoji" ;
9- version = "0.4.0" ;
8+ version = "0.4.0-unstable-2024-04-28 " ;
109
1110 src = fetchFromGitHub {
1211 owner = "marty-oehme" ;
1312 repo = "bemoji" ;
14- tag = "v ${ version } " ;
15- hash = "sha256-HXwho0vRI9ZrUuDMicMH4ZNExY+zJfbrne2LMQmmHww =" ;
13+ rev = "1b5e9c1284ede59d771bfd43780cc8f6f7446f38 " ;
14+ hash = "sha256-WD4oFq0NRZ0Dt/YamutM7iWz3fMRxCqwgRn/rcUsTIw =" ;
1615 } ;
1716
1817 strictDeps = true ;
@@ -28,6 +27,9 @@ stdenvNoCC.mkDerivation rec {
2827 license = licenses . mit ;
2928 mainProgram = "bemoji" ;
3029 platforms = platforms . all ;
31- maintainers = with maintainers ; [ laurent-f1z1 ] ;
30+ maintainers = with maintainers ; [
31+ laurent-f1z1
32+ MrSom3body
33+ ] ;
3234 } ;
3335}
You can’t perform that action at this time.
0 commit comments